[POLICY] Add overridable helm paramaters for k8s ppnt
[oom.git] / kubernetes / policy / components / policy-clamp-ac-k8s-ppnt / templates / configmap.yaml
index 09cc8cd..54c595c 100644 (file)
@@ -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