We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some engine may need to interact with k8s, thus needs rbac. ComponentDefinition has a PolicyRules field but is unimplemented. Currently pods will get a role defined in https://github.com/apecloud/kubeblocks/blob/cdd2d013b424dba4645b131bb441630f2e1e1222/deploy/helm/templates/rbac/cluster_pod_required_role.yaml.
PolicyRules
We need to remove this file and implement PolicyRules in cmpd.
The text was updated successfully, but these errors were encountered:
Some notes:
ServiceAccountName
Sorry, something went wrong.
cjc7373
Successfully merging a pull request may close this issue.
Some engine may need to interact with k8s, thus needs rbac. ComponentDefinition has a
PolicyRules
field but is unimplemented. Currently pods will get a role defined in https://github.com/apecloud/kubeblocks/blob/cdd2d013b424dba4645b131bb441630f2e1e1222/deploy/helm/templates/rbac/cluster_pod_required_role.yaml.We need to remove this file and implement PolicyRules in cmpd.
The text was updated successfully, but these errors were encountered: