From 282f28ffcb0ecf127d903ed3a24e9a88839afc6b Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Wed, 9 Feb 2022 08:52:22 +0200 Subject: [PATCH] Updated Development Workflows (markdown) --- Development-Workflows.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Development-Workflows.md b/Development-Workflows.md index c2ee902..8b69807 100644 --- a/Development-Workflows.md +++ b/Development-Workflows.md @@ -29,7 +29,6 @@ If you are using minikube, set the `agent-image` to `example/mizuagent:latest` a user@Machine:~/.mizu$ cat config.yaml image-pull-policy: Never agent-image: example/mizuagent:latest -telemetry: false ``` If you are using a real kubernetes cluster, set the `agent-image` to `example/mizuagent:latest` in the Mizu config YAML (on path `~/.mizu/config.yaml`): @@ -37,7 +36,6 @@ If you are using a real kubernetes cluster, set the `agent-image` to `example/mi ```shell user@Machine:~/.mizu$ cat config.yaml agent-image: example/mizuagent:latest -telemetry: false ``` _It will make Mizu to use your custom Mizu Agent Docker image as the API server and tapper Daemon Set._