kubectl bug

This commit is contained in:
kiloreux 2018-01-04 19:41:18 +01:00
parent 319f961706
commit 9d74bf722d
No known key found for this signature in database
GPG Key ID: 8B81EA3FA91EB758
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ kubectl config use-context travis
kubectl apply -f "${__root}/.infra/kube/pvc.yaml"
kubectl apply -f "${__root}/.infra/kube/deployment.yaml"
kubectl apply --validate=false -f "${__root}/.infra/kube/deployment.yaml"
kubectl apply -f "${__root}/.infra/kube/service.yaml"
kubectl apply -f "${__root}/.infra/kube/ingress-tls.yaml"