Skip to content

Commit

Permalink
inc v3
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Dec 8, 2023
1 parent eb802de commit b249311
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kubernetes/manifests/apps/observability/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,26 +135,26 @@ values:
valuesFrom:
- targetPath: loki.structuredConfig.common.storage.s3.bucketnames
kind: ConfigMap
name: loki-v2
name: loki-v3
valuesKey: BUCKET_NAME
- targetPath: loki.structuredConfig.common.storage.s3.endpoint
kind: ConfigMap
name: loki-v2
name: loki-v3
valuesKey: BUCKET_HOST
- targetPath: loki.structuredConfig.common.storage.s3.access_key_id
kind: Secret
name: loki-v2
name: loki-v3
valuesKey: AWS_ACCESS_KEY_ID
- targetPath: loki.structuredConfig.common.storage.s3.secret_access_key
kind: Secret
name: loki-v2
name: loki-v3
valuesKey: AWS_SECRET_ACCESS_KEY

resources:
- apiVersion: objectbucket.io/v1alpha1
kind: ObjectBucketClaim
metadata:
name: loki-v2
name: loki-v3
spec:
bucketName: loki-v2
bucketName: loki-v3
storageClassName: ceph-bucket

0 comments on commit b249311

Please sign in to comment.