aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-10-27 18:09:57 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-27 18:09:57 +0000
commit23126c791be2470d6b17d4f476638cb4be66eb9e (patch)
treee087724655853e293865df8e59ad39ff1e575459
parentb256e1f8ba533aa59c92eb6c585cc53379bf42ff (diff)
parent911e094fda1d3c5a76f567ea7d82de1dcfcba7da (diff)
Merge "[COMMON] allow multiline config for aaf add config"
-rw-r--r--kubernetes/common/certInitializer/templates/configmap.yaml2
1 files changed, 1 insertions, 1 deletions
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 }}