@@ -104,7 +104,7 @@ spec:
104104 - name: db2_action_facilities
105105 value: "{{ db2_action_facilities}}"
106106 - name: db2_action_aiservice
107- value: "{{ db2_action_aiservice }}"
107+ value: "{{ db2_action_aiservice }}"
108108
109109 # Dependencies - Db2u Operator
110110 # -------------------------------------------------------------------------
@@ -630,6 +630,10 @@ spec:
630630 - name: mas_appws_bindings_jdbc_manage
631631 value: "{{ mas_appws_bindings_jdbc_manage }}"
632632 {% - endif %}
633+ {% - if mas_appws_bindings_kafka_manage is defined and mas_appws_bindings_kafka_manage != "" %}
634+ - name: mas_appws_bindings_kafka_manage
635+ value: "{{ mas_appws_bindings_kafka_manage }}"
636+ {% - endif %}
633637 {% - if mas_app_settings_persistent_volumes_flag is defined and mas_app_settings_persistent_volumes_flag != "" %}
634638 - name: mas_app_settings_persistent_volumes_flag
635639 value: "{{ mas_app_settings_persistent_volumes_flag }}"
@@ -827,6 +831,10 @@ spec:
827831 value: "{{ aiservice_instance_id }}"
828832 - name: aiservice_channel
829833 value: "{{ aiservice_channel }}"
834+ {% - if configure_aiassistant is defined and configure_aiassistant != "" %}
835+ - name: configure_aiassistant
836+ value: "{{ configure_aiassistant }}"
837+ {% - endif %}
830838
831839 - name: environment_type
832840 value: "{{ environment_type }}"
@@ -844,14 +852,12 @@ spec:
844852 value: "{{ tenant_scheduling_config_file }}"
845853{% - endif %}
846854
847- # RSL
855+ {% - if rsl_ca_crt is defined and rsl_ca_crt != "" %}
856+ # RSL - CA Certificate
848857 # -------------------------------------------------------------------------
849- - name: rsl_url
850- value: "{{ rsl_url }}"
851- - name: rsl_org_id
852- value: "{{ rsl_org_id }}"
853- - name: rsl_token
854- value: "{{ rsl_token }}"
858+ - name: rsl_ca_crt
859+ value: "{{ rsl_ca_crt }}"
860+ {% - endif %}
855861
856862 # S3
857863 # -------------------------------------------------------------------------
@@ -960,7 +966,7 @@ spec:
960966 - name: shared-certificates
961967 secret:
962968 secretName: pipeline-certificates
963-
969+
964970 # The Db2 license file
965971 - name: shared-db2
966972 secret:
0 commit comments