Skip to content

Commit

Permalink
Add support for scheduled backups to not trigger immediate backups by…
Browse files Browse the repository at this point in the history
… making immediate settable but defaults to true if unset

Signed-off-by: Akram Hussein <[email protected]>
  • Loading branch information
akramhussein committed Jan 11, 2025
1 parent dc3137e commit 0aa3bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster/templates/scheduled-backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
namespace: {{ include "cluster.namespace" $ }}
labels: {{ include "cluster.labels" $context | nindent 4 }}
spec:
immediate: true
immediate: {{ default true .immediate }}
schedule: {{ .schedule | quote }}
method: {{ .method }}
backupOwnerReference: {{ .backupOwnerReference }}
Expand Down

0 comments on commit 0aa3bfe

Please sign in to comment.