Skip to content
Snippets Groups Projects
Commit e212f6ed authored by Arie Peterson's avatar Arie Peterson
Browse files

Instruct to suspend helmrelease during restore

parent 8b25b240
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ the following commands:
.. code:: bash
flux suspend kustomization $app
flux suspend helmrelease -n stackspin-apps $app
kubectl delete service -n stackspin-apps -l stackspin.net/backupSet=$app
kubectl delete deployment -n stackspin-apps -l stackspin.net/backupSet=$app
kubectl delete statefulset -n stackspin-apps -l stackspin.net/backupSet=$app
......@@ -103,6 +104,7 @@ the following commands:
velero restore create arbitrary-name-of-restore-operation --from-backup=$backup -l stackspin.net/backupSet=$app
# At this point, please first wait for the restore operation to finish, see
# text below.
flux resume helmrelease -n stackspin-apps $app
flux resume kustomization $app
.. note::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment