apiVersion: grafana.integreatly.org/v1beta1
kind: Grafana
metadata:
  name: custom-grafana
  namespace: my-custom-metrics
  labels:
    app: grafana # We will use this label to link the datasource below
spec:
  route:
    spec: {} # Automatically generates an OpenShift Route to access the web UI
  config:
    log:
      mode: "console"
    auth:
      disable_login_form: "false"
