Skip to content

Commit

Permalink
fix(charts/templates/helpers): wrong secretName reference
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>
  • Loading branch information
thbcmlowk committed Jul 10, 2024
1 parent ae56417 commit 4fa6380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/substra-backend/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ Define account operators secret name
*/}}
{{- define "substra-backend.accountOperator.secretName" -}}
{{- if .Values.addAccountOperator.existingSecret -}}
{{- .Values.database.auth.existingSecret }}
{{- .Values.addAccountOperator.existingSecret }}
{{- else -}}
{{ template "substra.fullname" . }}-add-account
{{- end -}}
Expand Down

0 comments on commit 4fa6380

Please sign in to comment.