Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading