diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-02-25 09:54:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-25 09:54:25 +0000 |
commit | 421468165b7f402497a94d082577cac0181613d1 (patch) | |
tree | 5b4d0f3217c2cf39bd272080103801dba878fd61 /charts/aai-modelloader/templates/secret.yaml | |
parent | 36d2482016d2fc53fc823a85b486933a514061f4 (diff) | |
parent | c4f6022d29b89dd6f9cd2411bd995b35cd349f06 (diff) |
Merge "OOM-1373 Add missing label release to components"
Diffstat (limited to 'charts/aai-modelloader/templates/secret.yaml')
-rw-r--r-- | charts/aai-modelloader/templates/secret.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/charts/aai-modelloader/templates/secret.yaml b/charts/aai-modelloader/templates/secret.yaml index 32a3482..6084ca3 100644 --- a/charts/aai-modelloader/templates/secret.yaml +++ b/charts/aai-modelloader/templates/secret.yaml @@ -17,6 +17,11 @@ kind: Secret metadata: name: {{ include "common.fullname" . }} namespace: {{ include "common.namespace" . }} + labels: + app: {{ include "common.name" . }} + chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} + release: {{ .Release.Name }} + heritage: {{ .Release.Service }} type: Opaque data: {{ tpl (.Files.Glob "resources/config/auth/*").AsSecrets . | indent 2 }} |