Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
  • Loading branch information
monotek committed Jun 25, 2024
1 parent 86b2146 commit 737afaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/visual-regression-tracker/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ vrt secret name
vrt api url secret name
*/}}
{{- define "visual-regression-tracker.vrtApiUrlSecretName" -}}
{{- if .Values.secrets.defaults.useExisting -}}
{{ .Values.secrets.defaults.secretName }}
{{- if .Values.secrets.apiUrl.useExisting -}}
{{ .Values.secrets.apiUrl.secretName }}
{{- else -}}
{{ template "visual-regression-tracker.fullname" . }}-{{ .Values.secrets.apiUrl.secretName }}
{{- end -}}
Expand Down

0 comments on commit 737afaf

Please sign in to comment.