summaryrefslogtreecommitdiffstats
path: root/integrations/deploy.yaml
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-08-02 19:31:45 +0300
committerGitHub <noreply@github.com>2023-08-02 19:31:45 +0300
commit34a91a49c80acefe44a978ded8a70fffbebc31ca (patch)
tree872c8de4cf9469f5bfcd7a9441a65e65274f45b3 /integrations/deploy.yaml
parentea911637b9045f7e6ea119ab0e02ceaf8ea0ff26 (diff)
integrations: fix docker compose indent (#15708)
Diffstat (limited to 'integrations/deploy.yaml')
-rw-r--r--integrations/deploy.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/integrations/deploy.yaml b/integrations/deploy.yaml
index ea5ebc4565..8aa7826020 100644
--- a/integrations/deploy.yaml
+++ b/integrations/deploy.yaml
@@ -301,12 +301,12 @@
- /sys:/host/sys:ro
- /etc/os-release:/host/etc/os-release:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- {% if $showClaimingOptions %}
+ {% if $showClaimingOptions %}
environment:
- NETDATA_CLAIM_TOKEN={% claim_token %}
- NETDATA_CLAIM_URL={% claim_url %}
- NETDATA_CLAIM_ROOMS={% $claim_rooms %}
- {% /if %}
+ {% /if %}
volumes:
netdataconfig:
netdatalib:
@@ -336,12 +336,12 @@
- /sys:/host/sys:ro
- /etc/os-release:/host/etc/os-release:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- {% if $showClaimingOptions %}
+ {% if $showClaimingOptions %}
environment:
- NETDATA_CLAIM_TOKEN={% claim_token %}
- NETDATA_CLAIM_URL={% claim_url %}
- NETDATA_CLAIM_ROOMS={% $claim_rooms %}
- {% /if %}
+ {% /if %}
volumes:
netdataconfig:
netdatalib: