|
|
|
@ -1,6 +1,8 @@
|
|
|
|
---
|
|
|
|
---
|
|
|
|
connect_process_search_module: "{{ connect_search_elastic_enabled | ternary((connect_version is version('11.1', '>=') | ternary('external_v2', 'external')), 'embedded') }}"
|
|
|
|
connect_process_search_module: >-
|
|
|
|
|
|
|
|
{{ connect_search_elastic_enabled |
|
|
|
|
|
|
|
|
ternary(((connect_version == 'latest' or connect_version is version('11.1', '>=')) |
|
|
|
|
|
|
|
|
ternary('external_v2', 'external')), 'embedded') }}
|
|
|
|
connect_spring_profiles_include:
|
|
|
|
connect_spring_profiles_include:
|
|
|
|
- "{{ (true) | ternary('prod','') }}"
|
|
|
|
- "{{ (true) | ternary('prod','') }}"
|
|
|
|
- "{{ (true) | ternary('postgres','') }}"
|
|
|
|
- "{{ (true) | ternary('postgres','') }}"
|
|
|
|
|