Correct seccret names.

This commit is contained in:
Joseph Hanson 2024-05-08 19:47:58 -05:00
parent 3ff5d91f71
commit 73db0387eb
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -27,23 +27,23 @@ spec:
- targetPath: loki.storage.bucketNames.chunks - targetPath: loki.storage.bucketNames.chunks
kind: Secret kind: Secret
name: loki-secret name: loki-secret
valuesKey: BUCKET_NAME valuesKey: S3_BUCKET
- targetPath: loki.storage.s3.endpoint - targetPath: loki.storage.s3.endpoint
kind: Secret kind: Secret
name: loki-secret name: loki-secret
valuesKey: BUCKET_HOST valuesKey: S3_HOST
- targetPath: loki.storage.s3.region - targetPath: loki.storage.s3.region
kind: Secret kind: Secret
name: loki-secret name: loki-secret
valuesKey: BUCKET_REGION valuesKey: S3_REGION
- targetPath: loki.storage.s3.accessKeyId - targetPath: loki.storage.s3.accessKeyId
kind: Secret kind: Secret
name: loki-secret name: loki-secret
valuesKey: AWS_ACCESS_KEY_ID valuesKey: S3_ACCESS_KEY
- targetPath: loki.storage.s3.secretAccessKey - targetPath: loki.storage.s3.secretAccessKey
kind: Secret kind: Secret
name: loki-secret name: loki-secret
valuesKey: AWS_SECRET_ACCESS_KEY valuesKey: S3_SECRET_KEY
values: values:
deploymentMode: SimpleScalable deploymentMode: SimpleScalable
loki: loki: