Skip to content

Commit

Permalink
Fix: add dependency-update for helm chart of operator
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Liang <gcslyp@gmail.com>
  • Loading branch information
liangyuanpeng committed Aug 19, 2023
1 parent 2526de8 commit 97d2c23
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 97d2c23

Please sign in to comment.