Skip to content

Commit

Permalink
docs: Add command to remove podinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Oct 27, 2023
1 parent f3fd37b commit 6030031
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/docs/open-source/getting-started/deploy-OSS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,13 @@ To resume updates, go back to the details page, click the resume button, and aft

## Delete Podinfo

To delete Podinfo in the GitOps way, run this command:
To delete Podinfo in the GitOps way, run this command from the root of your working directory:

```
flux/git cmd
rm ./clusters/management/podinfo-kustomization.yaml
rm ./clusters/management/podinfo-source.yaml
git add -A && git commit -m "Remove podinfo kustomization and source"
git push
```

## Complete!
Expand Down

0 comments on commit 6030031

Please sign in to comment.