diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-10-27 18:09:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-27 18:09:57 +0000 |
commit | 23126c791be2470d6b17d4f476638cb4be66eb9e (patch) | |
tree | e087724655853e293865df8e59ad39ff1e575459 /kubernetes/common/certInitializer/templates/configmap.yaml | |
parent | b256e1f8ba533aa59c92eb6c585cc53379bf42ff (diff) | |
parent | 911e094fda1d3c5a76f567ea7d82de1dcfcba7da (diff) |
Merge "[COMMON] allow multiline config for aaf add config"
Diffstat (limited to 'kubernetes/common/certInitializer/templates/configmap.yaml')
-rw-r--r-- | kubernetes/common/certInitializer/templates/configmap.yaml | 2 |
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 }} |