diff --git a/platform-apps/charts/loki/values-uibklab.yaml b/platform-apps/charts/loki/values-uibklab.yaml index 1c6f46e4..00c8b789 100644 --- a/platform-apps/charts/loki/values-uibklab.yaml +++ b/platform-apps/charts/loki/values-uibklab.yaml @@ -28,7 +28,7 @@ loki: type: s3 s3: s3: null # instead of s3 url we use the attributes below - endpoint: https://"${ENDPOINT}" # IP / Hostname of s3 bucket + endpoint: https://${ENDPOINT} # IP / Hostname of s3 bucket region: us-east-1 # doesn't matter secretAccessKey: "${SECRETACCESSKEY}" accessKeyId: "${ACCESSKEYID}"