Updating velero to latest version
This commit is contained in:
parent
40bc463ab5
commit
732d3c82a5
|
|
@ -102,7 +102,7 @@ Backup tool. See chart [README](https://github.com/vmware-tanzu/helm-charts/blob
|
||||||
```sh
|
```sh
|
||||||
helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts
|
helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts
|
||||||
helm repo update
|
helm repo update
|
||||||
helm upgrade --install --create-namespace --namespace velero -f ./velero/velero.secret.yaml velero vmware-tanzu/velero
|
helm upgrade --install --create-namespace --namespace velero -f ./velero/velero.secret.yaml velero vmware-tanzu/velero --version 5.3.0
|
||||||
kubectl create secret generic rclone-config --from-file=./velero/rclone.secret
|
kubectl create secret generic rclone-config --from-file=./velero/rclone.secret
|
||||||
kubectl apply -f velero/dropbox_sync.yml
|
kubectl apply -f velero/dropbox_sync.yml
|
||||||
# #
|
# #
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue