-
Notifications
You must be signed in to change notification settings - Fork 64
fix: indentation in cluster role with extra rules #875
New issue
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
Conversation
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
Signed-off-by: Nikolai Prokoschenko <[email protected]>
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-acceptance-tests |
/run-acceptance-tests |
Please view the PR build: https://github.com/pulumi/pulumi-kubernetes-operator/actions/runs/15123928487 |
Proposed changes
When setting
rbac.extraRules
in the Helm chart, rendered template has the wrong indentation. This fixes the indentation.