Remove remaining 'controller' occurrences

This commit is contained in:
Fabian Reinartz
2016-11-01 13:12:57 -07:00
parent f89302ba8f
commit 2f4c847143
3 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ kctl() {
kubectl --kubeconfig="$KUBECONFIG" -n "monitoring" "$@"
}
kctl apply -f manifests/controllers/prometheus-controller.yaml
kctl apply -f manifests/prometheus-operator.yaml
# Wait for TPRs to be ready.
until kctl get servicemonitor; do sleep 0.1; done

View File

@@ -15,4 +15,4 @@ kctl delete -f manifests/prometheus
# Hack: wait a bit to let the controller delete the deployed Prometheus server.
sleep 5
kctl delete -f manifests/controllers/prometheus-controller.yaml
kctl delete -f manifests/prometheus-operator.yaml