diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-04-07 21:17:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-07 21:17:05 +0000 |
commit | cbf25d7244c93394e9b4950a95ef20e9b5f37e78 (patch) | |
tree | f389a6641e408eb7941ae439bf1b03b3e42e7368 /kubernetes/portal/charts/portal-app/templates/secret.yaml | |
parent | 69332bb71f775f5a4676772cf5c003a2b6d9db59 (diff) | |
parent | 019b59c486b07007875976862807a6acaa92be82 (diff) |
Merge "Portal-app auto cert gen"
Diffstat (limited to 'kubernetes/portal/charts/portal-app/templates/secret.yaml')
-rw-r--r-- | kubernetes/portal/charts/portal-app/templates/secret.yaml | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/kubernetes/portal/charts/portal-app/templates/secret.yaml b/kubernetes/portal/charts/portal-app/templates/secret.yaml index 85b0f40567..a4019efa2b 100644 --- a/kubernetes/portal/charts/portal-app/templates/secret.yaml +++ b/kubernetes/portal/charts/portal-app/templates/secret.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Amdocs, Bell Canada, AT&T +# Modifications Copyright © 2020 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,16 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 -kind: Secret -metadata: - name: {{ include "common.fullname" . }}-authz-onapportal - namespace: {{ include "common.namespace" . }} - labels: - app: {{ include "common.name" . }} - chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} - release: {{ include "common.release" . }} - heritage: {{ .Release.Service }} -type: Opaque -data: -{{ tpl (.Files.Glob "resources/certs/*").AsSecrets . | indent 2 }} +{{ include "common.secretFast" . }} |