From fafdb806ba613c3295f3ba8580d3103e27fbcc01 Mon Sep 17 00:00:00 2001 From: armab Date: Fri, 30 Aug 2019 00:13:09 +0100 Subject: [PATCH] Remove Readme note about limitation of 'cluster.enabled' use on install Signed-off-by: armab --- stable/etcd-operator/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/stable/etcd-operator/README.md b/stable/etcd-operator/README.md index ca0887786b..b3b3a10361 100644 --- a/stable/etcd-operator/README.md +++ b/stable/etcd-operator/README.md @@ -27,9 +27,6 @@ To install the chart with the release name `my-release`: $ helm install stable/etcd-operator --name my-release ``` -__Note__: If you set `cluster.enabled` on install, it will have no effect. -Before you create an etcd cluster, the TPR must be installed by the operator, so this option is ignored during helm installs, but can be used in upgrades. - ## Uninstalling the Chart To uninstall/delete the `my-release` deployment: