Skip to content

Commit 6030031

Browse files
committed
docs: Add command to remove podinfo
1 parent f3fd37b commit 6030031

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

website/docs/open-source/getting-started/deploy-OSS.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,13 @@ To resume updates, go back to the details page, click the resume button, and aft
140140

141141
## Delete Podinfo
142142

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

145145
```
146-
flux/git cmd
146+
rm ./clusters/management/podinfo-kustomization.yaml
147+
rm ./clusters/management/podinfo-source.yaml
148+
git add -A && git commit -m "Remove podinfo kustomization and source"
149+
git push
147150
```
148151

149152
## Complete!

0 commit comments

Comments
 (0)