csi plugin
This commit is contained in:
@@ -3581,6 +3581,12 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /target
|
- mountPath: /target
|
||||||
name: plugins
|
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
|
restartPolicy: Always
|
||||||
serviceAccountName: velero-server
|
serviceAccountName: velero-server
|
||||||
terminationGracePeriodSeconds: 3600
|
terminationGracePeriodSeconds: 3600
|
||||||
|
|||||||
@@ -111,6 +111,12 @@ initContainers:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /target
|
- mountPath: /target
|
||||||
name: plugins
|
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.
|
# SecurityContext to use for the Velero deployment. Optional.
|
||||||
# Set fsGroup for `AWS IAM Roles for Service Accounts`
|
# Set fsGroup for `AWS IAM Roles for Service Accounts`
|
||||||
|
|||||||
Reference in New Issue
Block a user