@cryptotaxi247 / netdata-1 / commits / 34a91a49c

integrations: fix docker compose indent (#15708)

Ilya Mashchenko committed Aug 2, 2023 at 19:31 UTC 34a91a49c80acefe44a978ded8a70fffbebc31ca
1 file changed +4 -4
integrations/deploy.yaml
+4 -4
@@ -301,12 +301,12 @@
301 - /sys:/host/sys:ro
302 - /etc/os-release:/host/etc/os-release:ro
303 - /var/run/docker.sock:/var/run/docker.sock:ro
304 - {% if $showClaimingOptions %}
304 + {% if $showClaimingOptions %}
305 environment:
306 - NETDATA_CLAIM_TOKEN={% claim_token %}
307 - NETDATA_CLAIM_URL={% claim_url %}
308 - NETDATA_CLAIM_ROOMS={% $claim_rooms %}
309 - {% /if %}
309 + {% /if %}
310 volumes:
311 netdataconfig:
312 netdatalib:
@@ -336,12 +336,12 @@
336 - /sys:/host/sys:ro
337 - /etc/os-release:/host/etc/os-release:ro
338 - /var/run/docker.sock:/var/run/docker.sock:ro
339 - {% if $showClaimingOptions %}
339 + {% if $showClaimingOptions %}
340 environment:
341 - NETDATA_CLAIM_TOKEN={% claim_token %}
342 - NETDATA_CLAIM_URL={% claim_url %}
343 - NETDATA_CLAIM_ROOMS={% $claim_rooms %}
344 - {% /if %}
344 + {% /if %}
345 volumes:
346 netdataconfig:
347 netdatalib: