Try adding a ClusterRoleBinding within CI #6

Merged
allanger merged 8 commits from refs/pull/6/head into main 2023-02-19 09:59:20 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 90a5ee0b81 - Show all commits

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