diff --git a/velero/kustomization.yaml b/velero/kustomization.yaml index 5a67a57..3cb9351 100644 --- a/velero/kustomization.yaml +++ b/velero/kustomization.yaml @@ -4,5 +4,4 @@ kind: Kustomization resources: - main.yaml - - vsc.yaml - - vsl.yaml \ No newline at end of file + - vsc.yaml \ No newline at end of file diff --git a/velero/vsl.yaml b/velero/vsl.yaml deleted file mode 100644 index d2f4a97..0000000 --- a/velero/vsl.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: velero.io/v1 -kind: VolumeSnapshotLocation -metadata: - name: default - namespace: velero -spec: - provider: csi \ No newline at end of file