Skip to content
14 changes: 6 additions & 8 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -848,14 +848,12 @@ spec:
value: "{{ tenant_scheduling_config_file }}"
{%- endif %}

# RSL
# -------------------------------------------------------------------------
- name: rsl_url
value: "{{ rsl_url }}"
- name: rsl_org_id
value: "{{ rsl_org_id }}"
- name: rsl_token
value: "{{ rsl_token }}"
{%- if rsl_ca_crt is defined and rsl_ca_crt != "" %}
# RSL - CA Certificate
# -------------------------------------------------------------------------
- name: rsl_ca_crt
value: "{{ rsl_ca_crt }}"
{%- endif %}

# S3
# -------------------------------------------------------------------------
Expand Down
Loading