minio, velero y tal
This commit is contained in:
23
velero/helm/values-approach-b.yaml
Normal file
23
velero/helm/values-approach-b.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
Reference in New Issue
Block a user