Apply suggestions from code review

Co-authored-by: Max Sokolovsky <genexpr@protonmail.com>
This commit is contained in:
Marty Hernandez Avedon
2024-07-31 14:07:12 -04:00
committed by GitHub
co-authored by Max Sokolovsky
parent 67d8be4674
commit 3c88df35df
2 changed files with 4 additions and 4 deletions
@@ -197,7 +197,7 @@ helm upgrade --install rancher rancher-latest/rancher --namespace cattle-system
--set extraEnv[0].value=103.0.2+up0.4.3
```
After doing this, the webhook field in the UI should be the value specified in the `helm` command, and the above `kubectl get settings` command should have the same value in the `VALUE` column.
As a result, the webhook field in the UI should have the value specified in the `helm` command, and the above `kubectl get settings` command should have the same value in the `VALUE` column.
If you're running Rancher via a Docker installation, you need to stop and delete the `rancher/rancher` container, and then rerun the `docker run` command, adding the command-line option `--env CATTLE_RANCHER_WEBHOOK_VERSION=<WEBHOOK-VERSION>` somewhere before `rancher/rancher:<VERSION>`. For example: