diff --git a/Readme.md b/Readme.md index bd978b9..eed9a76 100644 --- a/Readme.md +++ b/Readme.md @@ -19,4 +19,12 @@ go run main.go ```bash docker build . --tag docker.pkg.github.com/wahyd4/badger/badger -``` \ No newline at end of file +``` + + +# 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 +```