fix velero values

This commit is contained in:
2024-05-23 11:52:04 -04:00
parent 7fd9b89014
commit 08be98763d

View File

@@ -23,24 +23,25 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /target - mountPath: /target
nameconfiguration: nameconfiguration:
backupStorageLocation: configuration:
# name is the name of the backup storage location where backups should be stored. If a name is not provided, backupStorageLocation:
# a backup storage location will be created with the name "default". Optional. # name is the name of the backup storage location where backups should be stored. If a name is not provided,
- name: backblaze # a backup storage location will be created with the name "default". Optional.
# provider is the name for the backup storage location provider. - name: backblaze
provider: aws # provider is the name for the backup storage location provider.
# bucket is the name of the bucket to store backups in. Required. provider: aws
bucket: mthomson-cluster-backup # bucket is the name of the bucket to store backups in. Required.
credential: bucket: mthomson-cluster-backup
# name of the secret used by this backupStorageLocation. credential:
name: velero-secret # name of the secret used by this backupStorageLocation.
# name of key that contains the secret data to be used. name: velero-secret
key: cloud # name of key that contains the secret data to be used.
# Additional provider-specific configuration. See link above key: cloud
# for details of required/optional fields for your provider. # Additional provider-specific configuration. See link above
config: # for details of required/optional fields for your provider.
region: us-west-004 config:
s3Url: "https://s3.us-west-004.backblazeb2.com" region: us-west-004
s3Url: "https://s3.us-west-004.backblazeb2.com"
schedules: schedules:
daily-backup: daily-backup:
disabled: false disabled: false