From df196b7078742e2ccc025bba80ba2bd2db4d39bd Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 1 Apr 2024 00:08:02 +0800 Subject: [PATCH] fix(volsync): fucked up my yaml --- .../deploy/core/storage/volsync/template/externalsecret-r2.yaml | 2 -- .../core/storage/volsync/template/externalsecret-rgw.yaml | 1 - 2 files changed, 3 deletions(-) diff --git a/kube/deploy/core/storage/volsync/template/externalsecret-r2.yaml b/kube/deploy/core/storage/volsync/template/externalsecret-r2.yaml index f2229386..2c3f113e 100644 --- a/kube/deploy/core/storage/volsync/template/externalsecret-r2.yaml +++ b/kube/deploy/core/storage/volsync/template/externalsecret-r2.yaml @@ -16,8 +16,6 @@ spec: creationPolicy: "Owner" deletionPolicy: "Retain" template: - engineVersion: "v2" - mergePolicy: "Merge" type: "Opaque" data: RESTIC_REPOSITORY: "{{ .SECRET_VOLSYNC_R2_REPO }}/${PVC}" diff --git a/kube/deploy/core/storage/volsync/template/externalsecret-rgw.yaml b/kube/deploy/core/storage/volsync/template/externalsecret-rgw.yaml index d2aa0261..5f00baf9 100644 --- a/kube/deploy/core/storage/volsync/template/externalsecret-rgw.yaml +++ b/kube/deploy/core/storage/volsync/template/externalsecret-rgw.yaml @@ -23,7 +23,6 @@ spec: creationPolicy: "Owner" deletionPolicy: "Retain" template: - engineVersion: "v2" type: "Opaque" data: RESTIC_REPOSITORY: "s3:http://rook-ceph-rgw-${CLUSTER_NAME}.rook-ceph.svc/volsync/${PVC}"