We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9211854 + b4ced58 commit ef7dc28Copy full SHA for ef7dc28
charts/velero/templates/deployment.yaml
@@ -86,7 +86,7 @@ spec:
86
- server
87
### Flags
88
{{- with .Values.configuration }}
89
- - --uploader-type={{ default "restic" .uploaderType }}
+ - --uploader-type={{ default "kopia" .uploaderType }}
90
{{- with .backupSyncPeriod }}
91
- --backup-sync-period={{ . }}
92
{{- end }}
charts/velero/values.yaml
@@ -391,7 +391,7 @@ configuration:
391
# here if using a non-default value. The `velero server` default values are shown in the
392
# comments below.
393
# --------------------
394
- # `velero server` default: restic
+ # `velero server` default: kopia
395
uploaderType:
396
# `velero server` default: 1m
397
backupSyncPeriod:
0 commit comments