Skip to content

Commit

Permalink
fix: set $sec_val if existingSecret is set (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
switchcorp authored Jan 2, 2024
1 parent 35407fe commit 23823cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Create the name of the service account to use
{{- if .Values.config }}
{{- $conf_val = "/n8n-config/config.json" }}
{{- end }}
{{- if .Values.secret }}
{{- if or .Values.secret .Values.existingSecret }}
{{- $sec_val = "/n8n-secret/secret.json" }}
{{- end }}
{{- if and .Values.config .Values.secret }}
Expand Down

0 comments on commit 23823cf

Please sign in to comment.