Merge pull request #3856 from liangyuanpeng/dix_doc_operator

doc: add dependency-update for helm chart of operator
This commit is contained in:
karmada-bot 2023-08-21 21:58:01 +08:00 committed by GitHub
commit f6b8cf8923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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