diff --git a/quickstart/README.md b/quickstart/README.md index 279b1a4dc0..76b8f4cd3f 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -26,7 +26,6 @@ kubectl apply -n pipecd -f ./manifests/control-plane.yaml | ---- | ---- | | | piped id | | | base64-encoded piped key | -| | the manifest repo url | 5. deploy piped to the namespace: pipecd @@ -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`