[COMMON] new logConfiguration chart
[oom.git] / kubernetes / vfc / charts / vfc-workflow-engine / templates / deployment.yaml
index 410d4b6..c78d6b3 100644 (file)
@@ -83,6 +83,8 @@ spec:
               value: "{{ .Values.global.config.msbServiceName }}"
             - name: OPENPALETTE_MSB_PORT
               value: "{{ .Values.global.config.msbPort | default 80 }}"
+            - name: REG_TO_MSB_WHEN_START
+              value: "{{ .Values.global.config.reg_to_msb_when_start }}"
           resources:
 {{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}