Create a ClusterRoleBinding to let drone operate in the cluster(#6)

Reviewed-on: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/pulls/6
This commit is contained in:
Nikolai Rodionov 2023-02-19 09:59:16 +00:00
parent ca3485d374
commit de6599ac2b

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