coalesce.go:200: warning: cannot overwrite table with non table for notifiers (map[]) coalesce.go:200: warning: cannot overwrite table with non table for notifiers (map[]) kubernetes kubernetes

coalesce.go:200: warning: cannot overwrite table with non table for notifiers (map[])


The critical part was missing there were

notifiers.yaml:

notifiers:

in

notifiers: {}  notifiers.yaml:    notifiers:    - name: email-notifier      type: email      uid: email1      # either:      org_id: 1      # or      org_name: Main Org.      is_default: true      settings:        addresses: an_email_address@example.com