removed unnecessary =
This commit is contained in:
parent
a8b8f41446
commit
eb40300249
|
@ -18,7 +18,7 @@ services:
|
|||
deploy:
|
||||
mode: replicated
|
||||
replicas: {{ elasticsearch_replicas }}
|
||||
{% if infrastructure !== 'local' %}
|
||||
{% if infrastructure != 'local' %}
|
||||
placement:
|
||||
constraints: [node.role == worker]
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue