From 457e491e85551fa778d404904f17b9f4e1d7ecef Mon Sep 17 00:00:00 2001 From: Ivan Schasny Date: Thu, 16 Mar 2023 10:14:21 +0000 Subject: [PATCH 1/2] Delete dhstore snapshot The snapshot is not needed anymore as all data have been reingested in dev --- .../tenant/storetheindex/snapshots/kustomization.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/manifests/dev/us-east-2/tenant/storetheindex/snapshots/kustomization.yaml b/deploy/manifests/dev/us-east-2/tenant/storetheindex/snapshots/kustomization.yaml index 1e3869eed..04cb710bd 100644 --- a/deploy/manifests/dev/us-east-2/tenant/storetheindex/snapshots/kustomization.yaml +++ b/deploy/manifests/dev/us-east-2/tenant/storetheindex/snapshots/kustomization.yaml @@ -5,5 +5,4 @@ namespace: storetheindex resources: - ber-snapshot.yaml - - cali-snapshot.yaml - - dhstore-snapshot.yaml + - cali-snapshot.yaml \ No newline at end of file From 032665e0cdd035c7fcb94eb20e96862d7c0490a4 Mon Sep 17 00:00:00 2001 From: Ivan Schasny Date: Thu, 16 Mar 2023 11:01:58 +0000 Subject: [PATCH 2/2] Delete snapshot file --- .../tenant/storetheindex/snapshots/dhstore-snapshot.yaml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 deploy/manifests/dev/us-east-2/tenant/storetheindex/snapshots/dhstore-snapshot.yaml diff --git a/deploy/manifests/dev/us-east-2/tenant/storetheindex/snapshots/dhstore-snapshot.yaml b/deploy/manifests/dev/us-east-2/tenant/storetheindex/snapshots/dhstore-snapshot.yaml deleted file mode 100644 index 741ce9392..000000000 --- a/deploy/manifests/dev/us-east-2/tenant/storetheindex/snapshots/dhstore-snapshot.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: snapshot.storage.k8s.io/v1 -kind: VolumeSnapshot -metadata: - name: dhstore-20230303 -spec: - volumeSnapshotClassName: csi-aws-vsc - source: - persistentVolumeClaimName: dhstore-data \ No newline at end of file