From beeb47b2c544c664556780f78cb1ee6b6349a807 Mon Sep 17 00:00:00 2001 From: Josef Harte Date: Tue, 4 Aug 2026 12:54:15 +0100 Subject: [PATCH] param for operator customization file --- 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 668e7c71..dcc017ef 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -926,6 +926,10 @@ spec: - name: tenant_scheduling_cfg_file value: "{{ tenant_scheduling_config_file }}" {%- endif %} +{%- if tenant_operator_config_file is defined and tenant_operator_config_file != "" %} + - name: tenant_operator_cfg_file + value: "{{ tenant_operator_config_file }}" +{%- endif %} {%- if rsl_ca_crt is defined and rsl_ca_crt != "" %} # RSL - CA Certificate