remove curl
This commit is contained in:
parent
8cce7f672c
commit
7afbf4ed52
|
@ -15,6 +15,5 @@ steps:
|
|||
KUBE_CONFIG:
|
||||
from_secret: KUBE_CONFIG
|
||||
commands:
|
||||
- curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
||||
- echo "$$KUBE_CONFIG" | base64 -d > /.kube/config
|
||||
- kustomize build ./kustomization/overlays/staging | kubectl apply -f -
|
||||
|
|
Loading…
Reference in New Issue