Skip to content

Commit 902788e

Browse files
authored
remove the 'restic' backup setting in velero as we are moving forward with kopia (#602)
also it was in the wrong place and not applied...
1 parent 1fef492 commit 902788e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/addons/velero/velero.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ var helmValues = map[string]interface{}{
3333
"backupsEnabled": false,
3434
"snapshotsEnabled": false,
3535
"deployNodeAgent": true,
36-
"uploaderType": "restic",
3736
"nodeAgent": map[string]interface{}{
3837
"podVolumePath": "/var/lib/k0s/kubelet/pods",
3938
},

0 commit comments

Comments
 (0)