Skip to content

Commit

Permalink
fix: use links to artifact on uninstall page
Browse files Browse the repository at this point in the history
  • Loading branch information
prushh committed Jan 28, 2024
1 parent c14943c commit dc9008d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/install/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ Follow the relevant procedure to uninstall the networking layer you installed:
1. Uninstall the Serving core components by running:

```
kubectl delete -f https://storage.googleapis.com/knative-nightly/serving/latest/serving-core.yaml
kubectl delete -f {{ artifact(repo="serving",file="serving-core.yaml")}}
```
1. Uninstall the required custom resources by running:
```
kubectl delete -f https://storage.googleapis.com/knative-nightly/serving/latest/serving-crds.yaml
kubectl delete -f {{ artifact(repo="serving",file="serving-crds.yaml")}}
```
Expand Down Expand Up @@ -302,13 +302,13 @@ Uninstall each channel layer you have installed:
1. Uninstall the Eventing core components by running:
```
kubectl delete -f https://storage.googleapis.com/knative-nightly/eventing/latest/eventing-core.yaml
kubectl delete -f {{ artifact(repo="eventing",file="eventing-core.yaml")}}
```
1. Uninstall the required custom resources by running:
```
kubectl delete -f https://storage.googleapis.com/knative-nightly/eventing/latest/eventing-crds.yaml
kubectl delete -f {{ artifact(repo="eventing",file="eventing-crds.yaml")}}
```
Expand Down

0 comments on commit dc9008d

Please sign in to comment.