From 7afbf4ed52b0ec80ac195bce8a8be603d5fce0c1 Mon Sep 17 00:00:00 2001 From: Florian Herrengt Date: Thu, 25 Jan 2024 12:06:51 +0000 Subject: [PATCH] remove curl --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8dfde1e..d73e3fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 -