Skip to content

Commit 6c0abb8

Browse files
authored
[minor] Add support for sls_mongodb_cfg_file install param (#30)
1 parent ee784a1 commit 6c0abb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ spec:
294294
- name: sls_icr_cpopen
295295
value: "{{ sls_icr_cpopen }}"
296296
{%- endif %}
297+
{%- if sls_mongodb_cfg_file is defined and sls_mongodb_cfg_file != "" %}
298+
- name: sls_mongodb_cfg_file
299+
value: "{{ sls_mongodb_cfg_file }}"
300+
{%- endif %}
297301

298302
# Dependencies - UDS/DRO (Required)
299303
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)