mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
default please
This commit is contained in:
@@ -27,7 +27,8 @@ spec:
|
|||||||
backupStorageLocation:
|
backupStorageLocation:
|
||||||
# name is the name of the backup storage location where backups should be stored. If a name is not provided,
|
# name is the name of the backup storage location where backups should be stored. If a name is not provided,
|
||||||
# a backup storage location will be created with the name "default". Optional.
|
# a backup storage location will be created with the name "default". Optional.
|
||||||
- name: default
|
- name: backblaze
|
||||||
|
default: true
|
||||||
# provider is the name for the backup storage location provider.
|
# provider is the name for the backup storage location provider.
|
||||||
provider: aws
|
provider: aws
|
||||||
# bucket is the name of the bucket to store backups in. Required.
|
# bucket is the name of the bucket to store backups in. Required.
|
||||||
@@ -49,7 +50,7 @@ spec:
|
|||||||
useOwnerReferencesInBackup: false
|
useOwnerReferencesInBackup: false
|
||||||
template:
|
template:
|
||||||
ttl: "240h"
|
ttl: "240h"
|
||||||
storageLocation: default # use the same name you defined above in backupStorageLocation
|
storageLocation: backblaze # use the same name you defined above in backupStorageLocation
|
||||||
excludedNamespaces:
|
excludedNamespaces:
|
||||||
- media
|
- media
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user