Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wiesner committed May 13, 2023
1 parent 0b3e53d commit bde6d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sealedSecrets:
---------------------------------------------
{{- end }}

{{- if .Values.sealedSecrets.certURL not "" }}
{{- if ne .Values.sealedSecrets.certURL "" }}
*************************************
** ATTENTION!! **
*************************************
Expand Down

0 comments on commit bde6d57

Please sign in to comment.