diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-27 10:33:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-06-27 10:33:22 +0000 |
commit | 72a1a8c6cac5ccdde7ee83347db903cbad35faca (patch) | |
tree | c7b4decf5e2b3cbc6b43784e884ad023e7726575 /kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt | |
parent | 32e6f019f177c8fcfa758fe1dfecad587b38e18e (diff) | |
parent | fc61c9f4cb2bf2483b778fda55ef81cfdfb2afed (diff) |
Merge "[COMMON] Fix various helm errors" into london
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt')
-rwxr-xr-x | kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/templates/configmap.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/templates/configmap.yaml b/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/templates/configmap.yaml index adb025592d..4a0c2aaef4 100755 --- a/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/templates/configmap.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/templates/configmap.yaml @@ -29,9 +29,8 @@ metadata: release: {{ include "common.release" . }} heritage: {{ .Release.Service }} data: -{{ tpl (.Files.Glob "resources/config/*.{xml,yaml}").AsConfig . | indent 2 }} {{- if .Values.a1pmsconfig }} {{ tpl (.Files.Glob "resources/config/A1pmsParticipantParameters.yaml").AsConfig . | indent 2 }} {{ toYaml .Values.a1pmsconfig | indent 4 }} -{{ tpl (.Files.Glob "resources/config/*.{json,xml,sh}").AsConfig . | indent 2 }} {{- end }} +{{ tpl (.Files.Glob "resources/config/*.{json,xml,sh}").AsConfig . | indent 2 }} |