Skip to content
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

Fix: metric-server chart rbac #1253

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kobejn-jb
Copy link

Replaced .Values.rbac.create with .Values.rbac.enabled used in IF statements in several templates to match default Values and other templates.
Changed README.md to match changes and describe proper usage of a chart

Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets no related ticket
License Apache 2.0

What's in this PR?

There is en issue with deploying metrics-server chart with default values, in some templates value rbac.enabled is used but in others rbac.create. This is confusing and rbac,create is not in default values. This PR cleans that up by making all templates use rbac.enabled.

Why?

Paragraph above explains it

Checklist

  • Code meets the Developer Guide
  • User guide and development docs updated (if needed)
  • Related Helm chart(s) updated (if needed)

Replace .Values.rbac.create with .Values.rbac.enabled used in IF statements in several templates to match default Values and other templates.
Change README.md to match changes and describe proper usage of a chart
@kobejn-jb kobejn-jb changed the title Fix: Fix: metric-server chart rbac May 18, 2021
Copy link

@buker buker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgfm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants