litmus-helm
litmus-helm copied to clipboard
Can't install litmus with the namespace scope
When I try to install litmus 2.0.32 using a namespace-scoped account, the installation fails.
This is because the role we use asks for nodes and namespaces permissions, which is not namespace scoped.
What is the downside of not having those permissions? Could they be made optional in the helm chart?
Yes, these are some extra permission. I will raise a PR to remove it. Thanks for pointing this.
Meanwhile, you can use this k8s manifest in namespace mode- https://github.com/litmuschaos/litmus/blob/master/mkdocs/docs/2.0.0/litmus-namespaced-2.0.0.yaml
Hi @rberrelleza , We have already removed the higher permission in namespace scoped service account. Thanks for opening it.