-
Notifications
You must be signed in to change notification settings - Fork 11
Fix telemetry RBAC template #252
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
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.
Nice catch! LGTM
I think I might've misdiagnosed it. Telemetry rendering for some reason (in master) depends on Putting this back to draft for further investigation. |
There is an issue with rendering when Added proof of work to the PR description. |
3ab47c4
to
ae2ace7
Compare
Rebased on top of master to include changes from #254. |
ae2ace7
to
6bd2f84
Compare
Another rebase on top of master to include #255. This keeps perma failing |
I looked into |
Summary
Currently
ClusterRoleBinding
is still being rendered whentelemetry.enabled
istrue
, buttelemetry.installClusterRole
isfalse
.Proof of Work
Comparing results fo the following template renderings.
Telemetry enabled, telemetry RBAC enabled.
Telemetry enabled, telemetry RBAC disabled
Before
Telemetry enabled, telemetry RBAC enabled.
Telemetry enabled, telemetry RBAC disabled
After
Telemetry enabled, telemetry RBAC enabled.
Telemetry enabled, telemetry RBAC disabled
# (Nothing)
Checklist
Reminder (Please remove this when merging)