Skip to content

Commit

Permalink
Fix the uninstall command (was messed up in the markdown syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldada committed Aug 6, 2024
1 parent 0fa5f53 commit 900ab73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ kubectl apply -f /charts/jfrog-registry-operator/examples/secretrotator.yaml -n
### Uninstalling JFrog Secret Rotator operator

```shell
# uninstall secretrotator using the following command
# Uninstall the secretrotator using the following command
helm uninstall secretrotator -n ${NAMESPACE}

# uninstall secretrotator object (path should be pointing to secretrotator CR yaml)
kubectl delete -f [secretrotator.yaml](https://github.com/jfrog/jfrog-registry-operator/blob/master/charts/jfrog-registry-operator/examples/secretrotator.yaml) -n ${NAMESPACE}
# Uninstall the secretrotator object (path should be pointing to the secretrotator.yaml)
kubectl delete -f secretrotator.yaml -n ${NAMESPACE}

# remove CRD from cluster
# Remove the CRD from the cluster
kubectl delete crd secretrotators.apps.jfrog.com
```

Expand Down

0 comments on commit 900ab73

Please sign in to comment.