Run all components in one namespace
[oom.git] / kubernetes / vid / templates / vid-lfconfig-configmap.yaml
index 1cc3f21..1743872 100644 (file)
@@ -3,7 +3,7 @@ apiVersion: v1
 kind: ConfigMap
 metadata:
   name: vid-lfconfig-configmap
-  namespace: {{ .Values.nsPrefix }}-vid
+  namespace: {{ .Values.nsPrefix }}
 data:
 {{ tpl (.Files.Glob "resources/config/lf_config/*").AsConfig . | indent 2 }}
 #{{ end }}