aws velero
This commit is contained in:
@@ -3574,6 +3574,13 @@ spec:
|
|||||||
- mountPath: /scratch
|
- mountPath: /scratch
|
||||||
name: scratch
|
name: scratch
|
||||||
dnsPolicy: ClusterFirst
|
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
|
restartPolicy: Always
|
||||||
serviceAccountName: velero-server
|
serviceAccountName: velero-server
|
||||||
terminationGracePeriodSeconds: 3600
|
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.
|
# 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.
|
# If the value is a string then it is evaluated as a template.
|
||||||
initContainers:
|
initContainers:
|
||||||
# - name: velero-plugin-for-aws
|
- name: velero-plugin-for-aws
|
||||||
# image: velero/velero-plugin-for-aws:v1.10.0
|
image: velero/velero-plugin-for-aws:v1.11.0
|
||||||
# imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
# volumeMounts:
|
volumeMounts:
|
||||||
# - mountPath: /target
|
- mountPath: /target
|
||||||
# name: plugins
|
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