Skip to content

Commit

Permalink
fix: update $separator condition (8gears#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
switchcorp committed Jan 2, 2024
1 parent 23823cf commit bf659de
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 @@ -120,7 +120,7 @@ Create the name of the service account to use
{{- if or .Values.secret .Values.existingSecret }}
{{- $sec_val = "/n8n-secret/secret.json" }}
{{- end }}
{{- if and .Values.config .Values.secret }}
{{- if and .Values.config (or .Values.secret .Values.existingSecret) }}
{{- $separator = "," }}
{{- end }}
{{- print $conf_val $separator $sec_val }}
Expand Down

0 comments on commit bf659de

Please sign in to comment.