mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Update Velero config from map to slice
This commit is contained in:
+10
-10
@@ -20,17 +20,17 @@ spec:
|
||||
configuration:
|
||||
provider: aws
|
||||
backupStorageLocation:
|
||||
name: default
|
||||
bucket: velero-backups
|
||||
config:
|
||||
region: minio
|
||||
s3ForcePathStyle: true
|
||||
s3Url: http://192.168.1.99:9000
|
||||
insecureSkipTLSVerify: "true"
|
||||
- name: default
|
||||
bucket: velero-backups
|
||||
config:
|
||||
region: minio
|
||||
s3ForcePathStyle: true
|
||||
s3Url: http://192.168.1.99:9000
|
||||
insecureSkipTLSVerify: "true"
|
||||
volumeSnapshotLocation:
|
||||
name: default
|
||||
config:
|
||||
region: minio
|
||||
- name: default
|
||||
config:
|
||||
region: minio
|
||||
credentials:
|
||||
# Use existing secret created by External Secrets Operator
|
||||
existingSecret: velero-minio-credentials
|
||||
|
||||
Reference in New Issue
Block a user