You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the ansible playbook is used on an OCP cluster that exposes self-signed certificates, the operator fails to create the datasources and the dashboards with an error that indicates that the certificates are signed by an unknown authority. This behavior can be avoided by adding client.tls.insecureSkipVerify: true to the Grafana CR (grafana.j2).
The text was updated successfully, but these errors were encountered:
When the ansible playbook is used on an OCP cluster that exposes self-signed certificates, the operator fails to create the datasources and the dashboards with an error that indicates that the certificates are signed by an unknown authority. This behavior can be avoided by adding
client.tls.insecureSkipVerify: true
to the Grafana CR (grafana.j2).The text was updated successfully, but these errors were encountered: