Fix: add dependency-update for helm chart of operator

Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
Lan Liang 2023-07-28 12:49:21 +08:00
parent 2526de856e
commit 97d2c23893
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Go to the root directory of the `karmada-io/karmada` repo. To install the Helm C
the release name `karmada-operator` in the namespace `karmada-system`, simply run the helm command: the release name `karmada-operator` in the namespace `karmada-system`, simply run the helm command:
```shell ```shell
helm install karmada-operator -n karmada-system --create-namespace ./charts/karmada-operator --debug helm install karmada-operator -n karmada-system --create-namespace --dependency-update ./charts/karmada-operator --debug
``` ```
#### Using YAML resource #### Using YAML resource