From ab5cead37d832485a2e84226732810bde6850e25 Mon Sep 17 00:00:00 2001 From: terc1997 <64480693+terc1997@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:22:46 -0300 Subject: [PATCH] [patch] add ocp_ingress for dns override --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index a40aeead..9975c231 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -369,6 +369,8 @@ spec: # ------------------------------------------------------------------------- - name: dns_provider value: "{{ dns_provider }}" + - name: ocp_ingress + value: "{{ ocp_ingress }}" {%- if cloudflare_apitoken is defined and cloudflare_apitoken != "" %} # MAS DNS Integrations - Cloudflare Support