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