Skip to content

Commit b3fdb2f

Browse files
terc1997whitfiea
andauthored
[patch] add mas app cfg retries to pipeline run (#108)
Co-authored-by: Andrew Whitfield <whitfiea@uk.ibm.com>
1 parent dd7bd49 commit b3fdb2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,10 @@ spec:
356356
- name: mas_catalog_digest
357357
value: "{{ mas_catalog_digest }}"
358358
{%- endif %}
359+
{%- if mas_app_cfg_retries is defined and mas_app_cfg_retries != "" %}
360+
- name: mas_app_cfg_retries
361+
value: "{{ mas_app_cfg_retries }}"
362+
{%- endif%}
359363

360364
# Dependencies - Certificate Manager
361365
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)