Fix: add dependency-update for helm chart of operator
Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
parent
2526de856e
commit
97d2c23893
|
@ -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:
|
||||
|
||||
```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
|
||||
|
|
Loading…
Reference in New Issue