Files
manifests/values/velero/env-oceanbox.yaml.gotmpl
T
2025-11-17 11:15:37 +01:00

13 lines
304 B
Go Template

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