Fix path
This commit is contained in:
parent
9b3de719c3
commit
58df469ae5
|
@ -23,7 +23,7 @@ $ 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.
|
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`
|
Lastly, change the value of `ENABLE_WEBHOOKS` to `"true"` in `config/manager/manager.yaml`
|
||||||
|
|
||||||
Then run the command to deploy the operator into your cluster:
|
Then run the command to deploy the operator into your cluster:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue