mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Fix typo
This commit is contained in:
@@ -16,16 +16,13 @@ spec:
|
|||||||
namespace: velero
|
namespace: velero
|
||||||
values:
|
values:
|
||||||
snapshotsEnabled: false
|
snapshotsEnabled: false
|
||||||
deploNodeAgent: true
|
deployNodeAgent: true
|
||||||
configuration:
|
configuration:
|
||||||
backupStorageLocation:
|
backupStorageLocation:
|
||||||
- name: default
|
- name: scaleway
|
||||||
provider: aws
|
provider: aws
|
||||||
default: true
|
default: true
|
||||||
bucket: ${VELERO_BUCKET}
|
bucket: ${VELERO_BUCKET}
|
||||||
credential:
|
|
||||||
key: cloud
|
|
||||||
name: velero-s3-credentials
|
|
||||||
config:
|
config:
|
||||||
region: nl-ams
|
region: nl-ams
|
||||||
s3Url: https://s3.nl-ams.scw.cloud
|
s3Url: https://s3.nl-ams.scw.cloud
|
||||||
@@ -48,6 +45,9 @@ spec:
|
|||||||
type: scheduled
|
type: scheduled
|
||||||
period: daily
|
period: daily
|
||||||
|
|
||||||
|
credentials:
|
||||||
|
existingSecret: velero-s3-credentials
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 200m
|
cpu: 200m
|
||||||
|
|||||||
Reference in New Issue
Block a user