From 9e580ad1124309fd6d91ab07e581a25d73b457b9 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 19 Feb 2023 10:56:02 +0100 Subject: [PATCH] Remove cluterrolebinding creation --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 17384da..957abe4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,9 +58,7 @@ steps: commands: - mkdir $HOME/.kube - echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config - - kubectl create clusterrolebinding $DRONE_COMMIT --clusterrole=cluster-admin --serviceaccount=drone-service:default - helmfile -e badhouseplants apply - - kubectl delete clusterrolebinding $DRONE_COMMIT - name: Apply eterosoft image: ghcr.io/helmfile/helmfile:canary