37 lines
810 B
YAML
37 lines
810 B
YAML
credentials:
|
|
useSecret: true
|
|
existingSecret: ""
|
|
secretContents:
|
|
cloud: |
|
|
[default]
|
|
aws_access_key_id=velero-a
|
|
aws_secret_access_key=Clave-Velero-A
|
|
|
|
configuration:
|
|
features: EnableCSI
|
|
backupStorageLocation:
|
|
- name: default
|
|
provider: aws
|
|
bucket: velero
|
|
config:
|
|
region: minio
|
|
s3Url: https://s3-a.c2et.net
|
|
s3ForcePathStyle: "true"
|
|
|
|
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
|