aws velero
This commit is contained in:
@@ -3574,6 +3574,13 @@ spec:
|
||||
- mountPath: /scratch
|
||||
name: scratch
|
||||
dnsPolicy: ClusterFirst
|
||||
initContainers:
|
||||
- image: velero/velero-plugin-for-aws:v1.11.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: velero-plugin-for-aws
|
||||
volumeMounts:
|
||||
- mountPath: /target
|
||||
name: plugins
|
||||
restartPolicy: Always
|
||||
serviceAccountName: velero-server
|
||||
terminationGracePeriodSeconds: 3600
|
||||
|
||||
@@ -105,12 +105,12 @@ dnsPolicy: ClusterFirst
|
||||
# Init containers to add to the Velero deployment's pod spec. At least one plugin provider image is required.
|
||||
# If the value is a string then it is evaluated as a template.
|
||||
initContainers:
|
||||
# - name: velero-plugin-for-aws
|
||||
# image: velero/velero-plugin-for-aws:v1.10.0
|
||||
# imagePullPolicy: IfNotPresent
|
||||
# volumeMounts:
|
||||
# - mountPath: /target
|
||||
# name: plugins
|
||||
- name: velero-plugin-for-aws
|
||||
image: velero/velero-plugin-for-aws:v1.11.0
|
||||
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