Skip to content

Commit

Permalink
fix(samples): flatten datasource connectionDetails (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
fourstepper authored Nov 6, 2023
1 parent 07f1520 commit dd1c4b5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions config/samples/openslo_v1_datasource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ spec:
description: Mimir Example Datasource
type: mimir
connectionDetails:
mimir:
address: https://mimir.monitoring.dev.heu.group/
targetTenant: billing
sourceTenants:
- billing
- infra
syncPrometheusRules: true
address: https://mimir.monitoring.dev.heu.group/
targetTenant: billing
sourceTenants:
- billing
- infra
syncPrometheusRules: true

0 comments on commit dd1c4b5

Please sign in to comment.