Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Nov 8, 2023
1 parent 8dc9ad4 commit 6eda59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ To delete the CRDs from the cluster:
kubectl delete -n kyma-system eventing eventing
```

2. Disable the NATS module:
2. Disable the Eventing module:

```sh
kyma alpha disable module eventing
Expand All @@ -226,7 +226,7 @@ To delete the CRDs from the cluster:

4. Check whether your Eventing module is uninstalled properly:

- Make sure that the Eventing Custom Resource (CR) does not exist. If it exists, then check the status of NATS CR:
- Make sure that the Eventing Custom Resource (CR) does not exist. If it exists, then check the status of Eventing CR:

```shell
kubectl get -n kyma-system eventing eventing -o yaml
Expand Down

0 comments on commit 6eda59f

Please sign in to comment.