diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index be838240dc8..1157306ee59 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -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 }}