aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/templates/configmap.yaml
diff options
context:
space:
mode:
authorFiachra Corcoran <fiachra.corcoran@est.tech>2022-07-21 13:15:16 +0000
committerGerrit Code Review <gerrit@onap.org>2022-07-21 13:15:16 +0000
commitcce2287bfff11ada8507f28509e45656e2ab1094 (patch)
tree6a02290334c2c2931c6ee4ea8c50406d55f19cd6 /kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/templates/configmap.yaml
parent2cadfa7605ef5392d3df3d3f4dbdb1f37e77f789 (diff)
parent3c81b1d77c53b18e94e282d8bf0250a5563875d0 (diff)
Merge "[POLICY] Add overridable helm paramaters for k8s ppnt"
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/templates/configmap.yaml')
-rw-r--r--kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/templates/configmap.yaml5
1 files changed, 5 insertions, 0 deletions
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