keptn / lifecycle-toolkit

Toolkit for cloud-native application lifecycle management
https://keptn.sh
Apache License 2.0
301 stars 120 forks source link

fix(examples): helm values overide format and dashboard fix #3562

Closed suzi1037 closed 3 months ago

suzi1037 commented 3 months ago
  1. helm value overide: sidecar.datasources.defaultDatasourceEnabled: false this format has no effect, should be like

    sidecar:
    datasources:
      defaultDatasourceEnabled: false
  2. dashboard label grafana_dashboard should be "1"

grafana-sc-dashboard containers watch

with lable=0 currently, follow the document example deployment, Grafana will not have the corresponding Dashboard.