Skip to content

Commit 68f2dac

Browse files
committed
[minor] Support optional kafka binding for ManageWorkspace
1 parent 40c38a1 commit 68f2dac

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
# -------------------------------------------------------------------------
@@ -626,6 +626,10 @@ spec:
626626
- name: mas_appws_bindings_jdbc_manage
627627
value: "{{ mas_appws_bindings_jdbc_manage }}"
628628
{%- endif %}
629+
{%- if mas_appws_bindings_kafka_manage is defined and mas_appws_bindings_kafka_manage != "" %}
630+
- name: mas_appws_bindings_kafka_manage
631+
value: "{{ mas_appws_bindings_kafka_manage }}"
632+
{%- endif %}
629633
{%- if mas_app_settings_persistent_volumes_flag is defined and mas_app_settings_persistent_volumes_flag != "" %}
630634
- name: mas_app_settings_persistent_volumes_flag
631635
value: "{{ mas_app_settings_persistent_volumes_flag }}"
@@ -960,7 +964,7 @@ spec:
960964
- name: shared-certificates
961965
secret:
962966
secretName: pipeline-certificates
963-
967+
964968
# The Db2 license file
965969
- name: shared-db2
966970
secret:

0 commit comments

Comments
 (0)