We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa7112 commit da6894fCopy full SHA for da6894f
1 file changed
src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2
@@ -172,12 +172,14 @@ spec:
172
173
# AI Service
174
# -------------------------------------------------------------------------
175
- - name: mas_app_channel_aibroker
176
- value: "{{ mas_app_channel_aibroker }}"
177
- - name: environment_type
178
- value: "{{ environment_type }}"
179
- name: aiservice_instance_id
180
value: "{{ aiservice_instance_id }}"
+ - name: aiservice_channel
+ value: "{{ aiservice_channel }}"
+
+ - name: environment_type
181
+ value: "{{ environment_type }}"
182
183
- name: mas_icr_cp
184
value: "{{ mas_icr_cp }}"
185
- name: mas_icr_cpopen
0 commit comments