Fix grafana comments
This commit is contained in:
parent
c6c20c0411
commit
d720e536e2
1 changed files with 4 additions and 1 deletions
|
@ -41,8 +41,11 @@ secret:
|
||||||
signingSecret:
|
signingSecret:
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
|
# For more information: https://argoproj-labs.github.io/argocd-notifications/services/grafana/
|
||||||
|
|
||||||
|
# Specifies whether Grafana notifier should be configured
|
||||||
enabled: false
|
enabled: false
|
||||||
# https://grafana.example.com/api
|
# Grafana api endpoint; for example: https://grafana.example.com/api
|
||||||
apiUrl:
|
apiUrl:
|
||||||
# Grafana api key
|
# Grafana api key
|
||||||
apiKey:
|
apiKey:
|
||||||
|
|
Loading…
Reference in a new issue