From 9b3de719c3967d1093ad2a08cac70952e148dffe Mon Sep 17 00:00:00 2001 From: Howard Lau Date: Sat, 28 Nov 2020 09:31:24 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3059d9f..bf8a4de 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ $ git clone https://github.com/seaweedfs/seaweedfs-operator --depth=1 To deploy the operator with webhooks enabled, make sure you have installed the `cert-manager`(Installation docs: https://cert-manager.io/docs/installation/) in your cluster, then follow the instructions in the `config/default/kustomization.yaml` file to uncomment the components you need. +Lastly, change the value of `ENABLE_WEBHOOKS` to `"true"` in `seaweedfs-operator/config/manager/manager.yaml` + Then run the command to deploy the operator into your cluster: ```