From 369849d6adb3a19c695c1918370b51d1e305364c Mon Sep 17 00:00:00 2001 From: terc1997 <64480693+terc1997@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:12:30 -0300 Subject: [PATCH] [patch] add mas app cfg retries to pipeline run --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 9975c231..1fc75b6e 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 # -------------------------------------------------------------------------