Update variable in documentation (grafana_container_additional_networks_additional -> grafana_container_additional_networks_custom)
The Grafana role does helpful validation checks already.
This commit is contained in:
parent
fd2ac5dcdc
commit
eca5991880
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ grafana_provisioning_datasources:
|
||||||
url: "http://{{ prometheus_identifier }}:9090"
|
url: "http://{{ prometheus_identifier }}:9090"
|
||||||
|
|
||||||
# Prometheus runs in another container network, so we need to connect to it.
|
# Prometheus runs in another container network, so we need to connect to it.
|
||||||
grafana_container_additional_networks_additional:
|
grafana_container_additional_networks_custom:
|
||||||
- "{{ prometheus_container_network }}"
|
- "{{ prometheus_container_network }}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue