Skip to content

Commit

Permalink
Update quickstart README (#5261)
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
  • Loading branch information
khanhtc1202 authored Oct 8, 2024
1 parent ea78506 commit c4aca59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ kubectl apply -n pipecd -f ./manifests/control-plane.yaml
| ---- | ---- |
| <YOUR_PIPED_ID> | piped id |
| <YOUR_PIPED_KEY> | base64-encoded piped key |
| <YOUR_MANIFESTS_REPO> | the manifest repo url |

5. deploy piped to the namespace: pipecd

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

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

For `piped.yaml`
Expand Down

0 comments on commit c4aca59

Please sign in to comment.