diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-02-10 10:59:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-10 10:59:25 +0000 |
commit | 0d31ee939daad7848f04ce74f79f4505ca2ace9c (patch) | |
tree | 59356219942c1a4f827c04b43634ce587d030dc4 /charts/aai-champ/templates/secrets.yaml | |
parent | b6c4bb2837f6d7ced11b956c1cf69dc0b73a0309 (diff) | |
parent | f988fcca66394550f5530f479574f34f6caaea2d (diff) |
Merge "Update Gizmo and Champ security config"
Diffstat (limited to 'charts/aai-champ/templates/secrets.yaml')
-rw-r--r-- | charts/aai-champ/templates/secrets.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/charts/aai-champ/templates/secrets.yaml b/charts/aai-champ/templates/secrets.yaml index a0a1519..b0a62f6 100644 --- a/charts/aai-champ/templates/secrets.yaml +++ b/charts/aai-champ/templates/secrets.yaml @@ -42,27 +42,9 @@ data: apiVersion: v1 kind: Secret metadata: - name: {{ include "common.fullname" . }}-fproxy-auth-config - namespace: {{ include "common.namespace" . }} -type: Opaque -data: -{{ tpl (.Files.Glob "resources/fproxy/config/auth/*").AsSecrets . | indent 2 }} ---- -apiVersion: v1 -kind: Secret -metadata: name: {{ include "common.fullname" . }}-rproxy-auth-config namespace: {{ include "common.namespace" . }} type: Opaque data: {{ tpl (.Files.Glob "resources/rproxy/config/auth/*").AsSecrets . | indent 2 }} ---- -apiVersion: v1 -kind: Secret -metadata: - name: {{ include "common.fullname" . }}-rproxy-security-config - namespace: {{ include "common.namespace" . }} -type: Opaque -data: -{{ tpl (.Files.Glob "resources/rproxy/config/security/*").AsSecrets . | indent 2 }} {{ end }}
\ No newline at end of file |