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

Fix wrong path to Helm values file in the quickstart #3630

Merged
merged 2 commits into from
May 16, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/content/en/docs-dev/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Note: It's not required to install the PipeCD control plane to the cluster where
``` console
helm install pipecd oci://ghcr.io/pipe-cd/chart/pipecd --version {{< blocks/latest_version >}} \
--namespace pipecd --create-namespace \
--values https://raw.githubusercontent.com/pipe-cd/manifests/{{< blocks/latest_version >}}/quickstart/control-plane-values.yaml
--values https://raw.githubusercontent.com/pipe-cd/pipecd/{{< blocks/latest_version >}}/quickstart/control-plane-values.yaml
```

Once installed, use `kubectl port-forward` to expose the web console on your localhost:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs-v0.30.x/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Note: It's not required to install the PipeCD control plane to the cluster where
``` console
helm install pipecd oci://ghcr.io/pipe-cd/chart/pipecd --version {{< blocks/latest_version >}} \
--namespace pipecd --create-namespace \
--values https://raw.githubusercontent.com/pipe-cd/manifests/{{< blocks/latest_version >}}/quickstart/control-plane-values.yaml
--values https://raw.githubusercontent.com/pipe-cd/pipecd/{{< blocks/latest_version >}}/quickstart/control-plane-values.yaml
```

Once installed, use `kubectl port-forward` to expose the web console on your localhost:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs-v0.31.x/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Note: It's not required to install the PipeCD control plane to the cluster where
``` console
helm install pipecd oci://ghcr.io/pipe-cd/chart/pipecd --version {{< blocks/latest_version >}} \
--namespace pipecd --create-namespace \
--values https://raw.githubusercontent.com/pipe-cd/manifests/{{< blocks/latest_version >}}/quickstart/control-plane-values.yaml
--values https://raw.githubusercontent.com/pipe-cd/pipecd/{{< blocks/latest_version >}}/quickstart/control-plane-values.yaml
```

Once installed, use `kubectl port-forward` to expose the web console on your localhost:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Note: It's not required to install the PipeCD control plane to the cluster where
``` console
helm install pipecd oci://ghcr.io/pipe-cd/chart/pipecd --version {{< blocks/latest_version >}} \
--namespace pipecd --create-namespace \
--values https://raw.githubusercontent.com/pipe-cd/manifests/{{< blocks/latest_version >}}/quickstart/control-plane-values.yaml
--values https://raw.githubusercontent.com/pipe-cd/pipecd/{{< blocks/latest_version >}}/quickstart/control-plane-values.yaml
```

Once installed, use `kubectl port-forward` to expose the web console on your localhost:
Expand Down