Fix indentation within YAML blocks
This commit is contained in:
parent
c44e67d38a
commit
8fee1badea
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue