Add option to disable specific deployments
[oom.git] / kubernetes / mock / templates / all-services.yaml
index 8920191..a1b0f17 100644 (file)
@@ -1,3 +1,4 @@
+#{{ if not .Values.disableMockSniroEmulator }}
 apiVersion: v1
 kind: Service
 metadata:
@@ -15,3 +16,4 @@ spec:
     name: http
   selector:
     app: sniro-emulator
+#{{ end }}
\ No newline at end of file