values.yaml 540 B

12345678910111213141516171819
  1. # https://github.com/vmware-tanzu/helm-charts/blob/velero-11.3.2/charts/velero/values.yaml
  2. kubectl:
  3. image:
  4. repository: public.ecr.aws/bitnami/kubectl
  5. initContainers:
  6. - name: velero-plugin-for-aws
  7. image: velero/velero-plugin-for-aws:v1.13.1
  8. imagePullPolicy: IfNotPresent
  9. volumeMounts:
  10. - mountPath: /target
  11. name: plugins
  12. - name: velero-plugin-for-webdav
  13. image: talinx/velero-plugin-for-webdav:1.0.0
  14. imagePullPolicy: IfNotPresent
  15. volumeMounts:
  16. - mountPath: /target
  17. name: plugins