Skip to content

Commit

Permalink
Fix link so it works with curl (github#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonguiu authored May 9, 2022
1 parent 137d040 commit 5cc5fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/0.10.0/deploy/static/deploy.yaml --output promscale-connector.yaml
curl https://raw.githubusercontent.com/timescale/promscale/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 Down

0 comments on commit 5cc5fde

Please sign in to comment.