Add a shitty workaround

This commit is contained in:
Nikolai Rodionov 2023-02-19 10:57:49 +01:00
parent 9e580ad112
commit 90a5ee0b81
2 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,6 @@ name: Apply helmfile changes
trigger:
branch:
exclude:
- main
event:
- push

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
create_crb:
kubectl create clusterrolebinding drone-deployer-workaround \
--clusterrole=cluster-admin \
--serviceaccount=drone-service:default