Skip to content

Commit

Permalink
Merge pull request #333 from openinfradev/render_lma
Browse files Browse the repository at this point in the history
lma: add parameter on resource.yaml
  • Loading branch information
intelliguy authored Nov 13, 2024
2 parents 5e67880 + 8e8f9a5 commit 7d9daf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ spec:
version: v0.18.0
objectStorageConfig:
key: objstore.yml
name: TO_BE_FIXED # secret name
name: $(thanosObjstoreSecret)
minTime: -3h
evaluationInterval: 60s
scrapeInterval: 30s
Expand Down Expand Up @@ -1048,7 +1048,7 @@ spec:
values:
objectStorage:
enabled: true
secretName: TO_BE_FIXED
secretName: $(thanosObjstoreSecret)
rawConfig:
bucket: TO_BE_FIXED
endpoint: minio:9000
Expand Down

0 comments on commit 7d9daf8

Please sign in to comment.