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

docs: Fix parameter auth.disable_login_form type in README.md #1568

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

bodji
Copy link
Contributor

@bodji bodji commented Jun 5, 2024

CHANGELOG:

  • Fix auth.disable_login_form in the example in README.md

When we test the example of the README, it fails :
$ kubectl apply -f grafana.yaml The Grafana "grafana" is invalid: spec.config.auth.disable_login_form: Invalid value: "boolean": spec.config.auth.disable_login_form in body must be of type string: "boolean"

@CLAassistant
Copy link

CLAassistant commented Jun 5, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@theSuess theSuess left a comment

Choose a reason for hiding this comment

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

Good catch! I've checked against the config spec, and it turns out that false is the default anyway - can you remove the entire auth section?

@theSuess theSuess requested a review from HVBE as a code owner June 17, 2024 10:30
bodji and others added 2 commits June 17, 2024 12:30
This parameter is defined as a string in the CRD.

But it's a boolean in the example in README.md
@theSuess theSuess added this pull request to the merge queue Jun 17, 2024
Merged via the queue into grafana:master with commit bad4ea7 Jun 17, 2024
11 checks passed
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.

None yet

3 participants