There was an error while loading. Please reload this page.
2 parents d232227 + 7ca3143 commit 56ac44fCopy full SHA for 56ac44f
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -848,14 +848,12 @@ spec:
848
value: "{{ tenant_scheduling_config_file }}"
849
{%- endif %}
850
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 }}"
+{%- if rsl_ca_crt is defined and rsl_ca_crt != "" %}
+ # RSL - CA Certificate
+ # -------------------------------------------------------------------------
+ - name: rsl_ca_crt
+ value: "{{ rsl_ca_crt }}"
+{%- endif %}
859
860
# S3
861
# -------------------------------------------------------------------------
0 commit comments