diff --git a/velero/main.yaml b/velero/main.yaml index bba6d93..3b2f061 100644 --- a/velero/main.yaml +++ b/velero/main.yaml @@ -3582,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 5c3f6ac..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`