Skip to content

Commit

Permalink
fix(examples): helm values overide format and dashboard fix (#3562)
Browse files Browse the repository at this point in the history
Signed-off-by: suzi1037 <[email protected]>
  • Loading branch information
suzi1037 authored Jun 27, 2024
1 parent cdc8ec8 commit f5a820f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/docs/getting-started/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,9 @@ Save this file as `values.yaml`:
```yaml
grafana:
adminPassword: admin
sidecar.datasources.defaultDatasourceEnabled: false
sidecar:
datasources:
defaultDatasourceEnabled: false
prometheus:
prometheusSpec:
additionalScrapeConfigs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -805,4 +805,4 @@ metadata:
name: grafana-dashboard-keptn-applications
namespace: monitoring
labels:
grafana_dashboard: "0"
grafana_dashboard: "1"
Original file line number Diff line number Diff line change
Expand Up @@ -891,4 +891,4 @@ metadata:
name: grafana-dashboard-keptn-overview
namespace: monitoring
labels:
grafana_dashboard: "0"
grafana_dashboard: "1"
Original file line number Diff line number Diff line change
Expand Up @@ -639,4 +639,4 @@ metadata:
name: grafana-dashboard-keptn-workloads-dora
namespace: monitoring
labels:
grafana_dashboard: "0"
grafana_dashboard: "1"

0 comments on commit f5a820f

Please sign in to comment.