#!/bin/bash

BASE=$(cd `dirname $0`; cd ../../; pwd)

kubectl delete --ignore-not-found=true -f $BASE/monitor/kube-prometheus-0.13.0/manifests/ -f $BASE/monitor/kube-prometheus-0.13.0/manifests/setup
