Reamer commented on a change in pull request #4174: URL: https://github.com/apache/zeppelin/pull/4174#discussion_r701147610
########## File path: k8s/zeppelin-server.yaml ########## @@ -217,10 +217,12 @@ kind: RoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: name: zeppelin-server-role-binding + namespace: default subjects: - kind: ServiceAccount name: zeppelin-server + namespace: default Review comment: Please remove the namespace parameter. Afterwards, the RoleBinding is created in the namespace in which the other resources are also created. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org