Files
kubernetes/velero/helm/values-approach-b.yaml
2025-08-27 01:46:41 +02:00

24 lines
568 B
YAML

credentials:
useSecret: false # Secrets y BSLs los aplicas tú por YAML
configuration:
features: EnableCSI
backupStorageLocation: [] # ninguno desde Helm
initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.9.0
imagePullPolicy: IfNotPresent
volumeMounts:
- name: plugins
mountPath: /target
- name: velero-plugin-for-csi
image: velero/velero-plugin-for-csi:v0.7.0
imagePullPolicy: IfNotPresent
volumeMounts:
- name: plugins
mountPath: /target
nodeAgent:
enabled: true