grafana / grafana-operator

An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
https://grafana.github.io/grafana-operator/
Apache License 2.0
863 stars 384 forks source link

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

Closed bodji closed 2 months ago

bodji commented 3 months ago

CHANGELOG:

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 commented 3 months ago

CLA assistant check
All committers have signed the CLA.