Skip to content

Commit

Permalink
fix envvar name
Browse files Browse the repository at this point in the history
  • Loading branch information
evyatarmeged committed Jun 20, 2024
1 parent 87f3740 commit 1687b8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ spec:
value: "true"
{{- end }}
{{- if .Values.databaseSecretRotationIntervalNanoseconds }}
- name: OTTERIZE_DATABASE_SECRET_ROTATION_INTERVAL
- name: OTTERIZE_DATABASE_PASSWORD_ROTATION_INTERVAL
value: {{ .Values.databaseSecretRotationIntervalNanoseconds | quote }}
{{- end }}
{{- if .Values.operator.extraEnvVars -}}
Expand Down

0 comments on commit 1687b8d

Please sign in to comment.