diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index ba4f7702..7fc73ede 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -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 # -------------------------------------------------------------------------