hack/*: use kubectl apply where possible

There is an issue with kubectl apply and third party resources, so for
the time being we use create for TPRs, but apply for all manifests that
it can handle.
This commit is contained in:
Frederic Branczyk
2017-01-03 11:33:42 +01:00
parent 0efaf385eb
commit 9e319acaa9
5 changed files with 26 additions and 7 deletions

View File

@@ -21,3 +21,4 @@ kctl delete -f manifests/alertmanager
sleep 5
kctl delete -f manifests/prometheus-operator.yaml