Remove remaining 'controller' occurrences
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user