diff --git a/src/mas/devops/templates/pipelinerun-update.yml.j2 b/src/mas/devops/templates/pipelinerun-update.yml.j2 index 83be320e..536f700f 100644 --- a/src/mas/devops/templates/pipelinerun-update.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-update.yml.j2 @@ -135,3 +135,11 @@ spec: - name: skip_entitlement_key_flag value: "{{ skip_entitlement_key_flag }}" {%- endif %} +{%- if aiservice_instance_ids is defined and aiservice_instance_ids != "" %} + - name: aiservice_instance_ids + value: "{{ aiservice_instance_ids }}" +{%- endif %} +{%- if aiservice_channel is defined and aiservice_channel != "" %} + - name: aiservice_channel + value: "{{ aiservice_channel }}" +{%- endif %}