diff --git a/clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-config-backup-secret-external.yaml b/clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-backup-secret-external.yaml similarity index 92% rename from clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-config-backup-secret-external.yaml rename to clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-backup-secret-external.yaml index 2cdbc202b..bcc9ee35d 100644 --- a/clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-config-backup-secret-external.yaml +++ b/clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-backup-secret-external.yaml @@ -1,7 +1,7 @@ apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: shelfmark-config-backup-secret-external + name: shelfmark-backup-secret-external namespace: shelfmark labels: helm.sh/chart: volsync-target-config-0.7.0 @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/part-of: shelfmark app.kubernetes.io/version: "0.7.0" app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: shelfmark-config-backup-secret-external + app.kubernetes.io/name: shelfmark-backup-secret-external spec: secretStoreRef: kind: ClusterSecretStore @@ -19,7 +19,7 @@ spec: mergePolicy: Merge engineVersion: v2 data: - RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/shelfmark/shelfmark-config" + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/shelfmark/shelfmark" data: - secretKey: BUCKET_ENDPOINT remoteRef: diff --git a/clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-config-backup-secret-local.yaml b/clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-backup-secret-local.yaml similarity index 93% rename from clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-config-backup-secret-local.yaml rename to clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-backup-secret-local.yaml index 60f708eb6..ad067c48d 100644 --- a/clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-config-backup-secret-local.yaml +++ b/clusters/cl01tl/manifests/shelfmark/ExternalSecret-shelfmark-backup-secret-local.yaml @@ -1,7 +1,7 @@ apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: shelfmark-config-backup-secret-local + name: shelfmark-backup-secret-local namespace: shelfmark labels: helm.sh/chart: volsync-target-config-0.7.0 @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/part-of: shelfmark app.kubernetes.io/version: "0.7.0" app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: shelfmark-config-backup-secret-local + app.kubernetes.io/name: shelfmark-backup-secret-local spec: secretStoreRef: kind: ClusterSecretStore @@ -19,7 +19,7 @@ spec: mergePolicy: Merge engineVersion: v2 data: - RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/shelfmark/shelfmark-config" + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/shelfmark/shelfmark" data: - secretKey: BUCKET_ENDPOINT remoteRef: diff --git a/clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-config-backup-source-external.yaml b/clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-backup-source-external.yaml similarity index 76% rename from clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-config-backup-source-external.yaml rename to clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-backup-source-external.yaml index d6165c62c..45888a23e 100644 --- a/clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-config-backup-source-external.yaml +++ b/clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-backup-source-external.yaml @@ -1,7 +1,7 @@ apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource metadata: - name: shelfmark-config-backup-source-external + name: shelfmark-backup-source-external namespace: shelfmark labels: helm.sh/chart: volsync-target-config-0.7.0 @@ -9,14 +9,14 @@ metadata: app.kubernetes.io/part-of: shelfmark app.kubernetes.io/version: "0.7.0" app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: shelfmark-config-backup + app.kubernetes.io/name: shelfmark-backup spec: - sourcePVC: shelfmark-config + sourcePVC: shelfmark trigger: schedule: 38 12 * * * restic: pruneIntervalDays: 7 - repository: shelfmark-config-backup-secret-external + repository: shelfmark-backup-secret-external retain: daily: 7 hourly: 0 diff --git a/clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-config-backup-source-local.yaml b/clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-backup-source-local.yaml similarity index 77% rename from clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-config-backup-source-local.yaml rename to clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-backup-source-local.yaml index 2ccdd72de..cad1efb85 100644 --- a/clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-config-backup-source-local.yaml +++ b/clusters/cl01tl/manifests/shelfmark/ReplicationSource-shelfmark-backup-source-local.yaml @@ -1,7 +1,7 @@ apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource metadata: - name: shelfmark-config-backup-source-local + name: shelfmark-backup-source-local namespace: shelfmark labels: helm.sh/chart: volsync-target-config-0.7.0 @@ -9,14 +9,14 @@ metadata: app.kubernetes.io/part-of: shelfmark app.kubernetes.io/version: "0.7.0" app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: shelfmark-config-backup + app.kubernetes.io/name: shelfmark-backup spec: - sourcePVC: shelfmark-config + sourcePVC: shelfmark trigger: schedule: 38 11 * * * restic: pruneIntervalDays: 7 - repository: shelfmark-config-backup-secret-local + repository: shelfmark-backup-secret-local retain: daily: 7 hourly: 0