Fix indentation within YAML blocks

This commit is contained in:
Slavi Pantaleev 2024-02-29 16:11:04 +02:00
parent c44e67d38a
commit 8fee1badea

View file

@ -60,8 +60,8 @@ grafana_provisioning_datasources:
type: prometheus
access: proxy
url: "http://{{ prometheus_identifier }}:9090"
# Enable below if connecting to a remote instance that uses Basic Auth.
# basicAuth: true
# Enable below if connecting to a remote instance that uses Basic Auth.
# basicAuth: true
# basicAuthUser: loki
# secureJsonData:
# basicAuthPassword: ""
@ -83,8 +83,8 @@ grafana_provisioning_datasources:
type: loki
access: proxy
url: "http://{{ loki_identifier }}:{{ loki_server_http_listen_port }}"
# Enable below and also (basicAuthPassword) if connecting to a remote instance that uses Basic Auth.
# basicAuth: true
# Enable below and also (basicAuthPassword) if connecting to a remote instance that uses Basic Auth.
# basicAuth: true
# basicAuthUser: loki
jsonData:
httpHeaderName1: X-Scope-OrgID