Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quickstart README #5261

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading