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-champ/templates | |
parent | 36d2482016d2fc53fc823a85b486933a514061f4 (diff) | |
parent | c4f6022d29b89dd6f9cd2411bd995b35cd349f06 (diff) |
Merge "OOM-1373 Add missing label release to components"
Diffstat (limited to 'charts/aai-champ/templates')
-rw-r--r-- | charts/aai-champ/templates/secrets.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/charts/aai-champ/templates/secrets.yaml b/charts/aai-champ/templates/secrets.yaml index b0a62f6..fa18956 100644 --- a/charts/aai-champ/templates/secrets.yaml +++ b/charts/aai-champ/templates/secrets.yaml @@ -18,6 +18,11 @@ kind: Secret metadata: name: {{ include "common.fullname" . }}-champ 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/appconfig/auth/*").AsSecrets . | indent 2 }} @@ -44,6 +49,11 @@ kind: Secret metadata: name: {{ include "common.fullname" . }}-rproxy-auth-config 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/rproxy/config/auth/*").AsSecrets . | indent 2 }} |