Skip to content

Commit

Permalink
Merge pull request prometheus-operator#2389 from aslafy-z/patch-1
Browse files Browse the repository at this point in the history
docs: add prometheusrules CRD to cleanup steps
  • Loading branch information
metalmatze authored Feb 15, 2019
2 parents 685bc27 + 6d4b8f4 commit 633daa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ done
kubectl delete --ignore-not-found customresourcedefinitions \
prometheuses.monitoring.coreos.com \
servicemonitors.monitoring.coreos.com \
alertmanagers.monitoring.coreos.com
alertmanagers.monitoring.coreos.com \
prometheusrules.monitoring.coreos.com
```

## Development
Expand Down

0 comments on commit 633daa0

Please sign in to comment.