fix: setup velero for hel1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
velero:
|
||||
enabled: true
|
||||
autosync: true
|
||||
# Opt-in or opt-out pvc backup
|
||||
# https://velero.io/docs/main/file-system-backup/#to-back-up
|
||||
backupAllVolumes: false
|
||||
credentials:
|
||||
secretName: "velero-s3"
|
||||
s3:
|
||||
region: us-east-1
|
||||
url: "http://10.255.241.30:30080"
|
||||
insecureSkipTLSVerify: true
|
||||
Reference in New Issue
Block a user