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