diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 38092b27..4d33813c 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -356,6 +356,10 @@ spec: - name: mas_catalog_digest value: "{{ mas_catalog_digest }}" {%- endif %} +{%- if mas_app_cfg_retries is defined and mas_app_cfg_retries != "" %} + - name: mas_app_cfg_retries + value: "{{ mas_app_cfg_retries }}" +{%- endif%} # Dependencies - Certificate Manager # -------------------------------------------------------------------------