diff --git a/charts/csi-powermax/charts/csireverseproxy/templates/configmap.yaml b/charts/csi-powermax/charts/csireverseproxy/templates/configmap.yaml index 06ed8213..2bacd050 100644 --- a/charts/csi-powermax/charts/csireverseproxy/templates/configmap.yaml +++ b/charts/csi-powermax/charts/csireverseproxy/templates/configmap.yaml @@ -6,7 +6,7 @@ usage only. {{- /* Use the ConfigMap only if the useSecret value is empty or the key is not found */}} -{{- if or (not hasKey .Values "useSecret") (empty .Values.useSecret) }} +{{- if or (not (hasKey .Values "useSecret")) (empty .Values.useSecret) }} apiVersion: v1 kind: ConfigMap metadata: