From 7aceddd904451ca81b586dbe0c394b207a8743b7 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Thu, 18 Jul 2024 13:28:44 +0100 Subject: [PATCH] Put deployment strategy key in the right place --- .../support/templates/gcp-filestore-backups/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-charts/support/templates/gcp-filestore-backups/deployment.yaml b/helm-charts/support/templates/gcp-filestore-backups/deployment.yaml index ad7afc3793..59c81716f7 100644 --- a/helm-charts/support/templates/gcp-filestore-backups/deployment.yaml +++ b/helm-charts/support/templates/gcp-filestore-backups/deployment.yaml @@ -5,6 +5,8 @@ metadata: name: gcp-filestore-backups spec: replicas: 1 + strategy: + type: "Recreate" selector: matchLabels: app: gcp-filestore-backups @@ -13,8 +15,6 @@ spec: labels: app: gcp-filestore-backups spec: - strategy: - type: "Recreate" serviceAccountName: gcp-filestore-backups-sa automountServiceAccountToken: false containers: