Skip to content

Commit 8f3ac48

Browse files
authored
Slightly less offensive variant on raw tags
1 parent 27dfdc4 commit 8f3ac48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

etc/kayobe/kolla/config/prometheus/prometheus.yml.d/70-oscapacity.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ scrape_configs:
77
static_configs:
88
- targets:
99
- '{{ kolla_internal_fqdn | put_address_in_context('url') }}:9090'
10-
scrape_interval: {% endraw %}"{{ stackhpc_os_capacity_scrape_interval }}s"{% raw %}
10+
{% endraw %}
11+
scrape_interval: "{{ stackhpc_os_capacity_scrape_interval }}s"
1112
scrape_timeout: 10m
13+
{% raw %}
1214
{% if kolla_enable_tls_internal | bool %}
1315
scheme: https
1416
{% endif %}

0 commit comments

Comments
 (0)