diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-02-22 23:08:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-22 23:08:40 +0000 |
commit | 1457357dd5019e3521d194679532488b295ccb0f (patch) | |
tree | 997bc6464c468de95f9306b483718fecca17d36c /kubernetes/aai/components/aai-resources/templates/secret.yaml | |
parent | 276c3d901ca7da61bd13e17c97925ae8aec99446 (diff) | |
parent | b4e038d2e2e7f39fc69a234bb132f43ff6a69712 (diff) |
Merge "[AAI][RESOURCES] Remove Hardcoded certificates"
Diffstat (limited to 'kubernetes/aai/components/aai-resources/templates/secret.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-resources/templates/secret.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/aai/components/aai-resources/templates/secret.yaml b/kubernetes/aai/components/aai-resources/templates/secret.yaml index d24149086e..a0d8629459 100644 --- a/kubernetes/aai/components/aai-resources/templates/secret.yaml +++ b/kubernetes/aai/components/aai-resources/templates/secret.yaml @@ -26,6 +26,6 @@ metadata: heritage: {{ .Release.Service }} type: Opaque data: -{{ tpl (.Files.Glob "resources/config/aaf/org.onap.aai.keyfile").AsSecrets . | indent 2 }} -{{ tpl (.Files.Glob "resources/config/aaf/org.onap.aai.p12").AsSecrets . | indent 2 }} -{{ tpl (.Files.Glob "resources/config/aaf/bath_config.csv").AsSecrets . | indent 2 }}
\ No newline at end of file +{{ tpl (.Files.Glob "resources/config/aaf/bath_config.csv").AsSecrets . | indent 2 }} +--- +{{ include "common.secretFast" . }} |