File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ kubectl apply -n pipecd -f ./manifests/control-plane.yaml
26
26
| ---- | ---- |
27
27
| <YOUR_PIPED_ID> | piped id |
28
28
| <YOUR_PIPED_KEY> | base64-encoded piped key |
29
- | <YOUR_MANIFESTS_REPO> | the manifest repo url |
30
29
31
30
5 . deploy piped to the namespace: pipecd
32
31
@@ -41,7 +40,7 @@ The manifests directory contains raw Kubernetes manifests files. The 2 files are
41
40
For ` control-plane.yaml `
42
41
43
42
``` 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
45
44
```
46
45
47
46
For ` piped.yaml `
You can’t perform that action at this time.
0 commit comments