Skip to content

Commit 85bd366

Browse files
Description improvement
1 parent 598e436 commit 85bd366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/site/content/managing-operators/conversion-webhook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ A webhook install is skipped if there's already a webhook deployment at the same
8585

8686
### Upgrade the conversion webhook
8787

88-
We support having exactly one installation of the webhook and having one or more installations of the operator. To have more than one installation of the operator, you would need to install a Helm release with just the webhook and then separately install multiple Helm releases with just the operator.
88+
We support having exactly one installation of the webhook and having one or more installations of the operator. To have more than one installation of the operator, you would need to install a Helm release with just the webhook and then separately install multiple Helm releases with just the operator. The conversion webhook should be updated to at least match the version of the most recent operator in the cluster.
8989

90-
To upgrade the conversion webhook only, you must have _first_ installed a Helm release with the `--set webhookOnly=true` option; then you can update that release.
90+
To upgrade the webhook only, you must have installed a Helm release with the webhook _only_, and then update that release.
9191

9292
The following example installs the conversion webhook only (at the specified version), and then upgrades it (to a later, specified version).
9393
```

0 commit comments

Comments
 (0)