We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85db82 commit e279c17Copy full SHA for e279c17
1 file changed
src/mas/devops/templates/pipelinerun-update.yml.j2
@@ -135,3 +135,11 @@ spec:
135
- name: skip_entitlement_key_flag
136
value: "{{ skip_entitlement_key_flag }}"
137
{%- endif %}
138
+{%- if aiservice_instance_ids is defined and aiservice_instance_ids != "" %}
139
+ - name: aiservice_instance_ids
140
+ value: "{{ aiservice_instance_ids }}"
141
+{%- endif %}
142
+{%- if aiservice_channel is defined and aiservice_channel != "" %}
143
+ - name: aiservice_channel
144
+ value: "{{ aiservice_channel }}"
145
0 commit comments