Unable to boot SNDC pod without AAF
[oom.git] / kubernetes / vfc / charts / vfc-zte-sdnc-driver / templates / deployment.yaml
index be76d55..88e4ca5 100644 (file)
@@ -75,6 +75,8 @@ spec:
               value: "{{ .Values.global.config.ssl_enabled }}"
             - name: MSB_ADDR
               value: "{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}"
+            - name: REG_TO_MSB_WHEN_START
+              value: "{{ .Values.global.config.reg_to_msb_when_start }}"
           resources:
 {{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}