From 3c81b1d77c53b18e94e282d8bf0250a5563875d0 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Mon, 18 Jul 2022 16:54:51 +0100 Subject: [POLICY] Add overridable helm paramaters for k8s ppnt Make permitted repository list overridable from values.yaml CofigMap populates the application properties file with required values. Issue-ID: POLICY-4237 Signed-off-by: zrrmmua Change-Id: Ib48716f12bc5f4d22fbda8e22fd2077e0e982ec3 --- .../components/policy-clamp-ac-k8s-ppnt/templates/configmap.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/templates') diff --git a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/templates/configmap.yaml b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/templates/configmap.yaml index 09cc8cd48f..54c595cc8f 100644 --- a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/templates/configmap.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/templates/configmap.yaml @@ -30,3 +30,8 @@ metadata: heritage: {{ .Release.Service }} data: {{ tpl (.Files.Glob "resources/config/*.{xml,yaml}").AsConfig . | indent 2 }} +{{- if .Values.repoList }} +{{ tpl (.Files.Glob "resources/config/KubernetesParticipantParameters.yaml").AsConfig . | indent 2 }} +{{ toYaml .Values.repoList | indent 4 }} +{{ tpl (.Files.Glob "resources/config/*.{json,xml,sh}").AsConfig . | indent 2 }} +{{- end }} \ No newline at end of file -- cgit 1.2.3-korg