mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
valid config for number_of_replicas in allocate action includes 0
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
{% set PHASE = settings.policy.phases[P].actions %}
|
{% set PHASE = settings.policy.phases[P].actions %}
|
||||||
{# remove allocate action if number_of_replicas isn't configured #}
|
{# remove allocate action if number_of_replicas isn't configured #}
|
||||||
{% if PHASE.allocate is defined %}
|
{% if PHASE.allocate is defined %}
|
||||||
{% if PHASE.allocate.number_of_replicas is defined and not PHASE.allocate.number_of_replicas %}
|
{% if PHASE.allocate.number_of_replicas is not defined or PHASE.allocate.number_of_replicas == "" %}
|
||||||
{% do PHASE.pop('allocate', none) %}
|
{% do PHASE.pop('allocate', none) %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user