Skip to content

Commit

Permalink
Merge pull request #3856 from liangyuanpeng/dix_doc_operator
Browse files Browse the repository at this point in the history
doc: add dependency-update for helm chart of operator
  • Loading branch information
karmada-bot committed Aug 21, 2023
2 parents 5f16640 + 97d2c23 commit f6b8cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6b8cf8

Please sign in to comment.