Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from keptn/patch/uninstaller
Browse files Browse the repository at this point in the history
Provide uninstall Prometheus script
  • Loading branch information
johannes-b authored Jul 23, 2019
2 parents e8ccb2a + 734ba99 commit 139a378
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions monitoring/prometheus/uninstallPrometheus.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
kubectl delete -f config-map.yaml --ignore-not-found
kubectl delete -f cluster-role.yaml --ignore-not-found
kubectl delete -f prometheus.yaml --ignore-not-found
kubectl delete -f namespace.yaml --ignore-not-found

0 comments on commit 139a378

Please sign in to comment.