From 80661ad91f3b3b517dabe82f52cace217a11b47b Mon Sep 17 00:00:00 2001 From: Elie CHARRA Date: Fri, 23 Aug 2024 14:33:41 +0200 Subject: [PATCH] Fix spacelift-promex readme (#73) --- spacelift-promex/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spacelift-promex/README.md b/spacelift-promex/README.md index 35372d5..6446107 100644 --- a/spacelift-promex/README.md +++ b/spacelift-promex/README.md @@ -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.