Run all components in one namespace
[oom.git] / kubernetes / mock / templates / sniroemulator-deployment.yaml
index 5a1d483..9397bfd 100644 (file)
@@ -3,7 +3,7 @@ apiVersion: extensions/v1beta1
 kind: Deployment
 metadata:
   name: sniro-emulator
-  namespace: "{{ .Values.nsPrefix }}-mock"
+  namespace: "{{ .Values.nsPrefix }}"
 spec:
   selector:
     matchLabels:
@@ -24,4 +24,4 @@ spec:
         args: ["--verbose"]
       imagePullSecrets:
       - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-#{{ end }}
\ No newline at end of file
+#{{ end }}