rlevytskyi opened a new issue, #355: URL: https://github.com/apache/incubator-devlake-helm-chart/issues/355
Hello Team, I have an issue installing DevLake with Helm to our PROD cluster. Running `helm install -f devlake.yml devlake devlake/devlake --version=1.0-beta1 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET --set grafana.adminPassword=$ADMIN_PW` ends with ```Error: INSTALLATION FAILED: Unable to continue with install: could not get information about the resource ClusterRole "devlake-grafana-clusterrole" in namespace "": clusterroles.rbac.authorization.k8s.io "devlake-grafana-clusterrole" is forbidden: User "<my username here>" cannot get resource "clusterroles" in API group "rbac.authorization.k8s.io" at the cluster scope``` In production, in our k8s cluster user is not allowed to create roles. Reading manual and values.yml didn't give me a clue if RBAC can be disabled. Grepping the code for "rbac" didn't return any result either. Could you please clarify if it's possible to install to the cluster where user are not allowed to create roles? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
