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 link to manifest file which is using alpha version #1075

Merged
merged 2 commits into from
May 9, 2022
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
6 changes: 3 additions & 3 deletions promscale/installation/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ manifest file. To deploy TimescaleDB on Kubernetes use
#### Installing the Promscale Connector with a manifest
1. Download the [template manifest file][template-manifest]:
```bash
curl https://github.com/timescale/promscale/blob/master/deploy/static/deploy.yaml --output promscale-connector.yaml
curl https://github.com/timescale/promscale/blob/0.10.0/deploy/static/deploy.yaml --output promscale-connector.yaml
```
1. Edit the manifest and configure the TimescaleDB database details using the
parameters starting with <PROMSCALE_DB>.
Expand All @@ -176,6 +176,6 @@ manifest file. To deploy TimescaleDB on Kubernetes use
[promscale-values-yaml]: https://github.com/timescale/promscale/blob/master/deploy/helm-chart/values.yaml
[timescaledb-single-values-yaml]: https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/values.yaml
[timescale-backups]: https://github.com/timescale/timescaledb-kubernetes/tree/master/charts/timescaledb-single#create-backups-to-s3
[template-manifest]: https://github.com/timescale/promscale/blob/master/deploy/static/deploy.yaml
[template-manifest]: https://github.com/timescale/promscale/blob/0.10.0/deploy/static/deploy.yaml
[timescaledb-helm-values-creds]: https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/values.yaml#L33
[timescaledb-helm-values-certs]: https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/values.yaml#L45
[timescaledb-helm-values-certs]: https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/values.yaml#L45