diff --git a/spacelift-promex/values.yaml b/spacelift-promex/values.yaml index f298e1b..e92a5ae 100644 --- a/spacelift-promex/values.yaml +++ b/spacelift-promex/values.yaml @@ -18,11 +18,11 @@ spaceliftPromex: # app.spacelift.io/example: spacelift-promx spacelift: -# # Your api endpoint, must be provided -# apiEndpoint: https://myaccount.app.spacelift.io + # Your api endpoint, must be provided + apiEndpoint: https://{myaccount}.app.spacelift.io -# # Your api key id, must be provided -# apiKeyId: "my-api-key-id" + # Your api key id, must be provided + apiKeyId: "" -# # your api key secret, the secret should contain the key "SPACELIFT_PROMEX_API_KEY_SECRET" -# apiKeySecretName: "my-api-key-secret" \ No newline at end of file + # your api key secret, the secret should contain the key "SPACELIFT_PROMEX_API_KEY_SECRET" + apiKeySecretName: "" \ No newline at end of file