From: Krzysztof Opasiak Date: Tue, 27 Oct 2020 18:09:57 +0000 (+0000) Subject: Merge "[COMMON] allow multiline config for aaf add config" X-Git-Tag: 7.0.0~64 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=23126c791be2470d6b17d4f476638cb4be66eb9e;hp=b256e1f8ba533aa59c92eb6c585cc53379bf42ff;p=oom.git Merge "[COMMON] allow multiline config for aaf add config" --- diff --git a/kubernetes/common/certInitializer/templates/configmap.yaml b/kubernetes/common/certInitializer/templates/configmap.yaml index 7abbf9c7d8..7eae899cc1 100644 --- a/kubernetes/common/certInitializer/templates/configmap.yaml +++ b/kubernetes/common/certInitializer/templates/configmap.yaml @@ -21,5 +21,5 @@ kind: ConfigMap metadata: {{- include "common.resourceMetadata" (dict "suffix" $suffix "dot" . )| nindent 2 }} data: aaf-add-config.sh: | - {{ tpl .Values.aaf_add_config . | indent 4 }} + {{ tpl .Values.aaf_add_config . | indent 4 | trim }} {{- end }}