File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ function velero_install() {
118118 # Pre-apply CRDs since kustomize reorders resources. Grep to strip out sailboat emoji.
119119 " $src " /assets/velero-v" ${VELERO_VERSION} " -linux-amd64/velero install --crds-only | grep -v ' Velero is installed'
120120
121- local nodeAgentArgs=" --use-node-agent --uploader-type=restic "
121+ local nodeAgentArgs=" --use-node-agent --uploader-type=kopia "
122122 if [ " $VELERO_DISABLE_RESTIC " = " 1" ]; then
123123 nodeAgentArgs=" "
124124 fi
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ function velero_install() {
118118 # Pre-apply CRDs since kustomize reorders resources. Grep to strip out sailboat emoji.
119119 " $src " /assets/velero-v" ${VELERO_VERSION} " -linux-amd64/velero install --crds-only | grep -v ' Velero is installed'
120120
121- local nodeAgentArgs=" --use-node-agent --uploader-type=restic "
121+ local nodeAgentArgs=" --use-node-agent --uploader-type=kopia "
122122 if [ " $VELERO_DISABLE_RESTIC " = " 1" ]; then
123123 nodeAgentArgs=" "
124124 fi
You can’t perform that action at this time.
0 commit comments