diff --git a/helm-configs/loki/README.md b/docs/loki.md similarity index 100% rename from helm-configs/loki/README.md rename to docs/loki.md diff --git a/helm-configs/loki/loki-helm-minio-overrides-example.yaml b/helm-configs/loki/loki-helm-minio-overrides-example.yaml index 2a77a6ab..c77ada3a 100644 --- a/helm-configs/loki/loki-helm-minio-overrides-example.yaml +++ b/helm-configs/loki/loki-helm-minio-overrides-example.yaml @@ -4,3 +4,4 @@ minio: enabled: true loki: auth_enabled: false + configStorageType: Secret diff --git a/helm-configs/loki/loki-helm-s3-overrides-example.yaml b/helm-configs/loki/loki-helm-s3-overrides-example.yaml index 0595acc3..09730acf 100644 --- a/helm-configs/loki/loki-helm-s3-overrides-example.yaml +++ b/helm-configs/loki/loki-helm-s3-overrides-example.yaml @@ -4,6 +4,7 @@ minio: enabled: false loki: auth_enabled: false + configStorageType: Secret storage: bucketNames: chunks: < CHUNKS BUCKET NAME > # TODO: Update with relevant bucket name for chunks diff --git a/helm-configs/loki/loki-helm-swift-overrides-example.yaml b/helm-configs/loki/loki-helm-swift-overrides-example.yaml index 7f5f060b..5e4155be 100644 --- a/helm-configs/loki/loki-helm-swift-overrides-example.yaml +++ b/helm-configs/loki/loki-helm-swift-overrides-example.yaml @@ -4,6 +4,7 @@ minio: enabled: false loki: auth_enabled: false + configStorageType: Secret storage: bucketNames: chunks: chunks