Update Velero config from map to slice

This commit is contained in:
Ruben Hensen
2025-03-01 01:05:40 +01:00
parent 7de7c82dd3
commit d46a6e96c1
+10 -10
View File
@@ -20,17 +20,17 @@ spec:
configuration: configuration:
provider: aws provider: aws
backupStorageLocation: backupStorageLocation:
name: default - name: default
bucket: velero-backups bucket: velero-backups
config: config:
region: minio region: minio
s3ForcePathStyle: true s3ForcePathStyle: true
s3Url: http://192.168.1.99:9000 s3Url: http://192.168.1.99:9000
insecureSkipTLSVerify: "true" insecureSkipTLSVerify: "true"
volumeSnapshotLocation: volumeSnapshotLocation:
name: default - name: default
config: config:
region: minio region: minio
credentials: credentials:
# Use existing secret created by External Secrets Operator # Use existing secret created by External Secrets Operator
existingSecret: velero-minio-credentials existingSecret: velero-minio-credentials