AETHER-1260 Better support of helm-kustomize for omec-control-plane chart
Change-Id: I24c22cbacca60e3b6c5c3bca7ec76c9c987c2b56
diff --git a/omec/omec-control-plane/templates/configmap-hss.yaml b/omec/omec-control-plane/templates/configmap-hss.yaml
index 8d94491..029a8b6 100644
--- a/omec/omec-control-plane/templates/configmap-hss.yaml
+++ b/omec/omec-control-plane/templates/configmap-hss.yaml
@@ -9,6 +9,7 @@
*/}}
{{- if .Values.config.hss.deploy }}
+{{- if not .Values.config.useExistingConfigMap }}
{{- $hssJson := index .Values.config.hss.cfgFiles "hss.json" }}
{{- $hssJsonCommon := index $hssJson "common" }}
{{- $hssJsonHss := index $hssJson "hss" }}
@@ -100,6 +101,7 @@
{{ $key }}: |-
{{ toPrettyJson $value | indent 4 }}
{{- end }}
+{{- end }}
---
apiVersion: v1
kind: ConfigMap