Skip to content

Commit

Permalink
Add support for the method parameter in scheduledBackups
Browse files Browse the repository at this point in the history
Fixes #264

Signed-off-by: gpothier <[email protected]>
Signed-off-by: Guillaume Pothier <[email protected]>
  • Loading branch information
gpothier committed Apr 25, 2024
1 parent ee3a3f2 commit ae0e1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/cluster/templates/scheduled-backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
spec:
immediate: true
schedule: {{ .schedule }}
method: {{ .method }}
backupOwnerReference: {{ .backupOwnerReference }}
cluster:
name: {{ include "cluster.fullname" $context }}
Expand Down

0 comments on commit ae0e1fe

Please sign in to comment.