Skip to content
Snippets Groups Projects
Unverified Commit 2b11129e authored by Varac's avatar Varac
Browse files

Quote default alertmanager null reciever

seeh ttps://github.com/bitnami/charts/issues/4596#issuecomment-741746605
parent 913aae6b
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ alertmanager:
{% if outgoing_mail.enabled %}
receiver: email
{% else %}
receiver: null
receiver: 'null'
{% endif %}
routes:
- match:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment