csi plugin
This commit is contained in:
@@ -3581,6 +3581,12 @@ 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
|
||||
|
||||
@@ -111,6 +111,12 @@ 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`
|
||||
|
||||
Reference in New Issue
Block a user