You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/site/content/managing-operators/conversion-webhook.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,21 +85,25 @@ A webhook install is skipped if there's already a webhook deployment at the same
85
85
86
86
### Upgrade the conversion webhook
87
87
88
-
To upgrade the webhook (only) or the operator + webhook (typical installation), you run the Helm command for an upgrade as you typically would, but also include the option for `webhookOnly=true` as you would when you installed just the webhook. For example:
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.
89
+
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.
91
+
92
+
The following example installs the conversion webhook only (at the specified version), and then upgrades it (to a later, specified version).
0 commit comments