update k8s rolebinding

This commit is contained in:
2021-01-22 15:10:19 +11:00
parent 84a34a7f09
commit 7e38bdf838
+9 -1
View File
@@ -19,4 +19,12 @@ go run main.go
```bash
docker build . --tag docker.pkg.github.com/wahyd4/badger/badger
```
```
# Role binding
```bash
kubectl create rolebinding apps-editor-binding --clusterrole=edit --serviceaccount=apps:cd-robot --namespace=apps
kubectl create rolebinding prometheus-ops --clusterrole=prometheus-prometheus-oper-operator --serviceaccount=apps:cd-robot --namespace=apps
```