Merge "[COMMON] allow multiline config for aaf add config"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 27 Oct 2020 18:09:57 +0000 (18:09 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 27 Oct 2020 18:09:57 +0000 (18:09 +0000)
kubernetes/common/certInitializer/templates/configmap.yaml

index 7abbf9c..7eae899 100644 (file)
@@ -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 }}