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:
@@ -20,7 +20,7 @@ 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
|
||||||
@@ -28,7 +28,7 @@ spec:
|
|||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user