Skip to content

Commit 56ac44f

Browse files
authored
Merge branch 'stable' into monthlyupdate
2 parents d232227 + 7ca3143 commit 56ac44f

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -848,14 +848,12 @@ spec:
848848
value: "{{ tenant_scheduling_config_file }}"
849849
{%- endif %}
850850

851-
# RSL
852-
# -------------------------------------------------------------------------
853-
- name: rsl_url
854-
value: "{{ rsl_url }}"
855-
- name: rsl_org_id
856-
value: "{{ rsl_org_id }}"
857-
- name: rsl_token
858-
value: "{{ rsl_token }}"
851+
{%- if rsl_ca_crt is defined and rsl_ca_crt != "" %}
852+
# RSL - CA Certificate
853+
# -------------------------------------------------------------------------
854+
- name: rsl_ca_crt
855+
value: "{{ rsl_ca_crt }}"
856+
{%- endif %}
859857

860858
# S3
861859
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)