Skip to content

Commit

Permalink
little syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeatdell committed Jan 21, 2025
1 parent e714910 commit fe96d05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe96d05

Please sign in to comment.