From ae0e1fe11bfdea9c41f2889e80dbeccdbb0c13d2 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 Signed-off-by: Guillaume Pothier --- 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 36fbc4471..23f8c4ca4 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 }}