Skip to content

Commit

Permalink
fix: correct backupID field
Browse files Browse the repository at this point in the history
Signed-off-by: sadath-12 <[email protected]>
  • Loading branch information
sadath-12 committed Sep 24, 2024
1 parent 622a311 commit 2c572b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster/templates/_bootstrap.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ externalClusters:
{{- end }}
{{- with .Values.recovery.pitrTarget.backupID }}
recoveryTarget:
targetTime: {{ . }}
backupID: {{ . }}
{{- end }}
{{- if eq .Values.recovery.method "backup" }}
backup:
Expand Down

0 comments on commit 2c572b7

Please sign in to comment.