|
|
@ -20,13 +20,8 @@ spec:
|
|
|
|
metrics:
|
|
|
|
metrics:
|
|
|
|
serviceMonitor:
|
|
|
|
serviceMonitor:
|
|
|
|
enabled: true
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
deployNodeAgent: true
|
|
|
|
initContainers:
|
|
|
|
initContainers:
|
|
|
|
- name: velero-plugin-for-csi
|
|
|
|
|
|
|
|
image: velero/velero-plugin-for-csi:v0.6.0
|
|
|
|
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
volumeMounts:
|
|
|
|
|
|
|
|
- mountPath: /target
|
|
|
|
|
|
|
|
name: plugins
|
|
|
|
|
|
|
|
- name: velero-plugin-for-aws
|
|
|
|
- name: velero-plugin-for-aws
|
|
|
|
image: velero/velero-plugin-for-aws:v1.8.0
|
|
|
|
image: velero/velero-plugin-for-aws:v1.8.0
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|