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