Skip to content

Commit

Permalink
fix(chart): infisical secret name (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrompier authored Jun 14, 2024
1 parent 4650c24 commit 9a4bd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
name: {{ include "name" . }}
{{- if $.Values.infisical.enabled }}
- secretRef:
name: {{ include "name" $ }}-infisical-secret
name: {{ include "name" $ }}-secs
{{- end }}
{{- with $.Values.extraEnvFrom }}
{{- toYaml . | nindent 14 }}
Expand Down

0 comments on commit 9a4bd5f

Please sign in to comment.