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 /templates | |
parent | 36d2482016d2fc53fc823a85b486933a514061f4 (diff) | |
parent | c4f6022d29b89dd6f9cd2411bd995b35cd349f06 (diff) |
Merge "OOM-1373 Add missing label release to components"
Diffstat (limited to 'templates')
-rw-r--r-- | templates/secret.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/secret.yaml b/templates/secret.yaml index 3889805..f01f11d 100644 --- a/templates/secret.yaml +++ b/templates/secret.yaml @@ -17,6 +17,11 @@ kind: Secret metadata: name: aai-common-aai-auth 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 }} |