Problem with create contact point (Grafana 8.5.0 and helm charts)

Hi,
I’m using helm chart in version 5.8.16 grafana 5.8.16 · grafana/grafana
and Grafana in version 8.5.0.
When I add in values.yaml:

notifiers:
  - name: notification-channel-1
    type: email
    uid: notifier1
    org_id: 1
    send_reminder: true
    frequency: 1h
    disable_resolve_message: false
    settings:
      addresses: xxx@xx.xx

During deploy I see errors on pod:
msg="Failed to provision alert notyfications"error=“Alert notyfication provisioning error: read /etc/grafana/provisioning/notifiers/notifiers.yaml: is a directory”

Maby someone can help me?

1 Like