diff --git a/velero/main.yaml b/velero/main.yaml index 38f3783..3b2f061 100644 --- a/velero/main.yaml +++ b/velero/main.yaml @@ -3520,6 +3520,7 @@ spec: - args: - server - --uploader-type=kopia + - --features=EnableCSI command: - /velero env: @@ -3581,12 +3582,6 @@ spec: volumeMounts: - mountPath: /target name: plugins - - image: velero/velero-plugin-for-csi:v0.7.1 - imagePullPolicy: IfNotPresent - name: velero-plugin-for-csi - volumeMounts: - - mountPath: /target - name: plugins restartPolicy: Always serviceAccountName: velero-server terminationGracePeriodSeconds: 3600 diff --git a/velero/src/values.yaml b/velero/src/values.yaml index 8b40c63..dd23e03 100644 --- a/velero/src/values.yaml +++ b/velero/src/values.yaml @@ -111,12 +111,6 @@ initContainers: volumeMounts: - mountPath: /target name: plugins - - name: velero-plugin-for-csi - image: velero/velero-plugin-for-csi:v0.7.1 - imagePullPolicy: IfNotPresent - volumeMounts: - - mountPath: /target - name: plugins # SecurityContext to use for the Velero deployment. Optional. # Set fsGroup for `AWS IAM Roles for Service Accounts` @@ -448,7 +442,7 @@ configuration: defaultSnapshotMoveData: # Comma separated list of velero feature flags. default: empty # features: EnableCSI - features: + features: EnableCSI # Resource requests/limits to specify for the repository-maintenance job. Optional. # https://velero.io/docs/v1.14/repository-maintenance/#resource-limitation repositoryMaintenanceJob: