From b30a086a78cb9c6b8744b8220739b5c8f8bde906 Mon Sep 17 00:00:00 2001 From: gpothier Date: Wed, 24 Apr 2024 22:32:36 -0400 Subject: [PATCH] Add support for the `method` parameter in `scheduledBackups` Fixes #264 Signed-off-by: gpothier --- charts/cluster/templates/scheduled-backups.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/cluster/templates/scheduled-backups.yaml b/charts/cluster/templates/scheduled-backups.yaml index 36fbc4471b..23f8c4ca44 100644 --- a/charts/cluster/templates/scheduled-backups.yaml +++ b/charts/cluster/templates/scheduled-backups.yaml @@ -10,6 +10,7 @@ metadata: spec: immediate: true schedule: {{ .schedule }} + method: {{ .method }} backupOwnerReference: {{ .backupOwnerReference }} cluster: name: {{ include "cluster.fullname" $context }}