We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08a9c8 commit 04767cbCopy full SHA for 04767cb
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -275,8 +275,10 @@ spec:
275
276
# Dependencies - SLS
277
# -------------------------------------------------------------------------
278
+{%- if sls_channel is defined and sls_channel != "" %}
279
- name: sls_channel
- value: '3.x'
280
+ value: "{{ sls_channel }}"
281
+{%- endif %}
282
{%- if sls_entitlement_file is defined and sls_entitlement_file != "" %}
283
- name: sls_entitlement_file
284
value: "{{ sls_entitlement_file }}"
0 commit comments