Correct seccret names.
This commit is contained in:
parent
3ff5d91f71
commit
73db0387eb
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue