Skip to content

Commit c4aca59

Browse files
authored
Update quickstart README (#5261)
Signed-off-by: khanhtc1202 <[email protected]>
1 parent ea78506 commit c4aca59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quickstart/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ kubectl apply -n pipecd -f ./manifests/control-plane.yaml
2626
| ---- | ---- |
2727
| <YOUR_PIPED_ID> | piped id |
2828
| <YOUR_PIPED_KEY> | base64-encoded piped key |
29-
| <YOUR_MANIFESTS_REPO> | the manifest repo url |
3029

3130
5. deploy piped to the namespace: pipecd
3231

@@ -41,7 +40,7 @@ The manifests directory contains raw Kubernetes manifests files. The 2 files are
4140
For `control-plane.yaml`
4241

4342
```shell
44-
$ helm template pipecd oci://ghcr.io/pipe-cd/chart/pipecd --version v0.48.6 -n pipecd --create-namespace -f quickstart/control-plane-values.yaml
43+
$ helm template pipecd oci://ghcr.io/pipe-cd/chart/pipecd --version v0.48.6 -n pipecd -f quickstart/control-plane-values.yaml
4544
```
4645

4746
For `piped.yaml`

0 commit comments

Comments
 (0)