summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/components/aai-resources/templates/secret.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-02-22 23:08:40 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-22 23:08:40 +0000
commit1457357dd5019e3521d194679532488b295ccb0f (patch)
tree997bc6464c468de95f9306b483718fecca17d36c /kubernetes/aai/components/aai-resources/templates/secret.yaml
parent276c3d901ca7da61bd13e17c97925ae8aec99446 (diff)
parentb4e038d2e2e7f39fc69a234bb132f43ff6a69712 (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.yaml6
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" . }}