Skip to content

Commit

Permalink
Fix spacelift-promex readme (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecharra authored Aug 23, 2024
1 parent 57e7c8b commit 80661ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spacelift-promex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ kubectl create secret generic spacelift-api-key --from-literal=SPACELIFT_PROMEX_
You can then install the controller using this chart
```shell
helm upgrade spacelift-prometheus-exporter spacelift/spacelift-promex --install \
--set spacelift.apiEndpoint="https://{yourAccount}.app.spacelift.io" \
--set spacelift.apiKeyId="{yourApiToken}" \
--set spacelift.apiKeySecretName="spacelift-api-key"
--set apiEndpoint="https://{yourAccount}.app.spacelift.io" \
--set apiKeyId="{yourApiToken}" \
--set apiKeySecretName="spacelift-api-key"
```

Follow the instructions on the [user-documentation](https://github.com/spacelift-io/prometheus-exporter) for more detailed instructions.

0 comments on commit 80661ad

Please sign in to comment.