MSB Health Check
[oom.git] / kubernetes / consul / templates / consul-agent-deployment.yaml
index 1531866..aa8e096 100644 (file)
@@ -1,3 +1,4 @@
+#{{ if not .Values.disableConsulConsulAgent }}
 apiVersion: extensions/v1beta1
 kind: Deployment
 metadata:
@@ -27,3 +28,4 @@ spec:
       - hostPath:
           path: {{ .Values.rootHostPath }}/{{ .Values.nsPrefix }}/consul/consul-agent-config
         name: consul-agent-config
+#{{ end }}
\ No newline at end of file