Skip to content

Commit

Permalink
fix(samples): datasource edit
Browse files Browse the repository at this point in the history
  • Loading branch information
fourstepper committed Nov 6, 2023
1 parent 1b6fb9e commit 1749770
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions config/samples/openslo_v1_datasource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@ metadata:
app.kubernetes.io/part-of: slo-kubernetes-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: slo-kubernetes-operator
name: datasource-sample
name: datasource-main # should it have some special name/annotation?
spec:
description: Mimir Example Datasource
type: mimir
connectionDetails:
mimir:
address: https://mimir.monitoring.dev.heu.group/
multitenancy:
enabled: true
sourceTenants:
- billing
- infra
targetTenant: billing
ruler:
enabled: true
subpath: /prometheus/api/v1/rules
targetTenant: billing
sourceTenants:
- billing
- infra

0 comments on commit 1749770

Please sign in to comment.