remove curl

This commit is contained in:
Florian Herrengt 2024-01-25 12:06:51 +00:00
parent 8cce7f672c
commit 7afbf4ed52
1 changed files with 0 additions and 1 deletions

View File

@ -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 -