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