Skip to content

Commit

Permalink
hotfix: add missing rolebinding for the CI user (#3556)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Gamez Diaz <[email protected]>
  • Loading branch information
antgamdia authored Oct 6, 2021
1 parent efbb3e6 commit b8702bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ kubectl create clusterrolebinding kubeapps-view --clusterrole=view --serviceacco
kubectl create serviceaccount kubeapps-edit -n kubeapps
kubectl create rolebinding kubeapps-edit -n kubeapps --clusterrole=edit --serviceaccount kubeapps:kubeapps-edit
kubectl create rolebinding kubeapps-edit -n default --clusterrole=edit --serviceaccount kubeapps:kubeapps-edit
kubectl create rolebinding kubeapps-repositories-read -n kubeapps --clusterrole kubeapps:kubeapps:apprepositories-read --serviceaccount kubeapps:kubeapps-edit

## Give the cluster some time to avoid issues like
## https://circleci.com/gh/kubeapps/kubeapps/16102
Expand Down

0 comments on commit b8702bf

Please sign in to comment.