Skip to content

Commit

Permalink
Add --dependency-update flag to fetch dependencies before installing …
Browse files Browse the repository at this point in the history
…quickstart (#2135)


**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:

Fixes #

**Does this PR introduce a user-facing change?**:
<!--
If no, just write "NONE" in the release-note block below.
-->
```release-note
NONE
```

This PR was merged by Kapetanios.
  • Loading branch information
nghialv committed Jun 25, 2021
1 parent ea7a465 commit f488bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd manifests
### 2. Installing control plane

``` console
helm -n pipecd install pipecd ./manifests/pipecd --create-namespace \
helm -n pipecd install pipecd ./manifests/pipecd --dependency-update --create-namespace \
--values ./quickstart/control-plane-values.yaml
```

Expand Down

0 comments on commit f488bd5

Please sign in to comment.