Skip to content

Commit

Permalink
Merge pull request #1 from spacelift-io/add-cleanup-notes
Browse files Browse the repository at this point in the history
Add cleanup notes
  • Loading branch information
eliecharra authored Mar 13, 2024
2 parents fd7043b + e858975 commit f53f36d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ kubectl port-forward service/operator-demo 8888

And then open http://localhost:8888

### Cleanup

In order to clean up your install, run:

```shell
helm uninstall operator-demo
kubectl delete --ignore-not-found=true -f infra/spacelift/run.yaml
kubectl delete --ignore-not-found=true -f infra/spacelift/stack.yaml
```

Please also remember to clean up stack on the spacelift side, since we do not perform stack deletion.

## Argo

TODO

0 comments on commit f53f36d

Please sign in to comment.