[HOLMES] Changed the way for MSB registration
[oom.git] / kubernetes / holmes / components / holmes-rule-mgmt / templates / deployment.yaml
index 8b0cd84..05def92 100644 (file)
@@ -55,6 +55,8 @@ spec:
           value: {{ .Values.config.pgConfig.dbHost }}
         - name: DB_PORT
           value: "{{ .Values.config.pgConfig.dbPort }}"
+        - name: NAMESPACE
+          value: {{ include "common.namespace" . }}
         volumeMounts:
         - mountPath: /hrmconfig
           name: {{ include "common.fullname" . }}-general-config