diff --git a/deployments/helm/templates/configmap.yaml b/deployments/helm/templates/configmap.yaml index 090fab5b7..f1b011b21 100644 --- a/deployments/helm/templates/configmap.yaml +++ b/deployments/helm/templates/configmap.yaml @@ -1,4 +1,4 @@ -{{- if and .Values.createConfigmap (not .Values.useExistingConfigMap) }} +{{- if (not .Values.useExistingConfigMap) }} apiVersion: v1 kind: ConfigMap metadata: