Skip to content

Commit

Permalink
Allow monitoring_grafana_github_oauth to be undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Dec 2, 2024
1 parent 7b70cdc commit e0423a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ grafana:
{% else %}
root_url: http://{{ monitoring_grafana_ingress_dns }}
{% endif %}
{% if monitoring_grafana_github_oauth %}
{% if monitoring_grafana_github_oauth is defined %}
auth.github: {{ monitoring_grafana_github_oauth | to_json }}
{% endif %}
{% if monitoring_grafana_extra_secret_mounts %}
Expand Down

0 comments on commit e0423a1

Please sign in to comment.