Revert "fix: buckets"

This reverts commit 71c425bb5f.
This commit is contained in:
unteem 2023-04-14 10:51:39 +02:00
parent 71c425bb5f
commit a9f22f595b
3 changed files with 5 additions and 3 deletions

View file

@ -32,7 +32,7 @@ spec:
DS_PROMETHEUS: Prometheus DS_PROMETHEUS: Prometheus
admin: admin:
# TODO use convention for credentials secrets ? # TODO use convention for credentials secrets ?
existingSecret: grafana.admin.creds existingSecret: grafana-admin-creds
userKey: username userKey: username
passwordKey: password passwordKey: password
grafana.ini: grafana.ini:

View file

@ -3,4 +3,5 @@ kind: Bucket
metadata: metadata:
name: loki-chunks name: loki-chunks
spec: spec:
provider: metrics bucketName: ${CLUSTER_NAME}-loki-chunks
provider: data

View file

@ -3,4 +3,5 @@ kind: Bucket
metadata: metadata:
name: thanos name: thanos
spec: spec:
provider: metrics bucketName: ${CLUSTER_NAME}-thanos
provider: data