diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-12 06:46:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-12 06:46:13 +0000 |
commit | af6a61e9b6ea2722e750c307fb6ffa5d3921b0c7 (patch) | |
tree | e180ea520eec6c8a7f577e6ed6f587b123d37425 /kubernetes/common/certInitializer/templates/configmap.yaml | |
parent | 04d25125f8c933743f69c57494f426c31b73bf0d (diff) | |
parent | 95a5f84069703c583e49028b37003c73c03cc07d (diff) |
Merge "[COMMON] Override truststore in aaf_agent image"
Diffstat (limited to 'kubernetes/common/certInitializer/templates/configmap.yaml')
-rw-r--r-- | kubernetes/common/certInitializer/templates/configmap.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/kubernetes/common/certInitializer/templates/configmap.yaml b/kubernetes/common/certInitializer/templates/configmap.yaml index 640dafd67e..a89a33152b 100644 --- a/kubernetes/common/certInitializer/templates/configmap.yaml +++ b/kubernetes/common/certInitializer/templates/configmap.yaml @@ -22,4 +22,11 @@ metadata: {{- include "common.resourceMetadata" (dict "suffix" $suffix "dot" . ) data: aaf-add-config.sh: | {{ tpl .Values.aaf_add_config . | indent 4 }} -{{- end -}} +{{- end }} +--- +apiVersion: v1 +kind: ConfigMap +{{- $suffix := "certs" }} +metadata: {{- include "common.resourceMetadata" (dict "suffix" $suffix "dot" . ) | nindent 2 }} +data: +{{ tpl (.Files.Glob "resources/*").AsConfig . | indent 2 }} |