Skip to content

Commit b8702bf

Browse files
authored
hotfix: add missing rolebinding for the CI user (#3556)
Signed-off-by: Antonio Gamez Diaz <[email protected]>
1 parent efbb3e6 commit b8702bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/e2e-test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ kubectl create clusterrolebinding kubeapps-view --clusterrole=view --serviceacco
409409
kubectl create serviceaccount kubeapps-edit -n kubeapps
410410
kubectl create rolebinding kubeapps-edit -n kubeapps --clusterrole=edit --serviceaccount kubeapps:kubeapps-edit
411411
kubectl create rolebinding kubeapps-edit -n default --clusterrole=edit --serviceaccount kubeapps:kubeapps-edit
412+
kubectl create rolebinding kubeapps-repositories-read -n kubeapps --clusterrole kubeapps:kubeapps:apprepositories-read --serviceaccount kubeapps:kubeapps-edit
412413

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

0 commit comments

Comments
 (0)