-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/grafana] unable to configure dashboards in values file #15725
Comments
I hit this same issue today. FYI, this works with the |
Further testing shows these results:
Here is the complete differences between the chart version 3.5.5 and 3.5.7:
|
this should be solve by #15702 |
Tested stable/grafana chart version 3.6.0, same values as before; now I get |
I confirmed that deploying the Helm chart version 3.7.0 does not work. The
This is because the I did this instead, which works as expected (the dashboards are provisioned correctly):
|
…lm#15770) * Support multiple types of dashboard provisioning Support both the "standard" method of dashboard provisioning and the "sidecar" method of dashboard provisioning within this Helm chart, at the same time. The Grafana chart currently supports both methods of automated dashboard provisioning, however both methods are not supported at the same time. This is a limitation of the Helm chart, which has been lifted by this commit. Signed-off-by: Ira W. Snyder <isnyder@lco.global> * Fix dashboard provisioning Dashboard provisioning has been broken since stable/grafana 3.5.6. See Issue helm#15725. This commit fixes dashobard provisioning. Signed-off-by: Ira W. Snyder <isnyder@lco.global> * Update chart version As requested by PR review comments. Signed-off-by: Ira W. Snyder <isnyder@lco.global>
solved in 3.7.3 |
…lm#15770) * Support multiple types of dashboard provisioning Support both the "standard" method of dashboard provisioning and the "sidecar" method of dashboard provisioning within this Helm chart, at the same time. The Grafana chart currently supports both methods of automated dashboard provisioning, however both methods are not supported at the same time. This is a limitation of the Helm chart, which has been lifted by this commit. Signed-off-by: Ira W. Snyder <isnyder@lco.global> * Fix dashboard provisioning Dashboard provisioning has been broken since stable/grafana 3.5.6. See Issue helm#15725. This commit fixes dashobard provisioning. Signed-off-by: Ira W. Snyder <isnyder@lco.global> * Update chart version As requested by PR review comments. Signed-off-by: Ira W. Snyder <isnyder@lco.global>
…lm#15770) * Support multiple types of dashboard provisioning Support both the "standard" method of dashboard provisioning and the "sidecar" method of dashboard provisioning within this Helm chart, at the same time. The Grafana chart currently supports both methods of automated dashboard provisioning, however both methods are not supported at the same time. This is a limitation of the Helm chart, which has been lifted by this commit. Signed-off-by: Ira W. Snyder <isnyder@lco.global> * Fix dashboard provisioning Dashboard provisioning has been broken since stable/grafana 3.5.6. See Issue helm#15725. This commit fixes dashobard provisioning. Signed-off-by: Ira W. Snyder <isnyder@lco.global> * Update chart version As requested by PR review comments. Signed-off-by: Ira W. Snyder <isnyder@lco.global> Signed-off-by: Roland Gritzer <gritzer.roland@gmail.com>
…lm#15770) * Support multiple types of dashboard provisioning Support both the "standard" method of dashboard provisioning and the "sidecar" method of dashboard provisioning within this Helm chart, at the same time. The Grafana chart currently supports both methods of automated dashboard provisioning, however both methods are not supported at the same time. This is a limitation of the Helm chart, which has been lifted by this commit. Signed-off-by: Ira W. Snyder <isnyder@lco.global> * Fix dashboard provisioning Dashboard provisioning has been broken since stable/grafana 3.5.6. See Issue helm#15725. This commit fixes dashobard provisioning. Signed-off-by: Ira W. Snyder <isnyder@lco.global> * Update chart version As requested by PR review comments. Signed-off-by: Ira W. Snyder <isnyder@lco.global>
…lm#15770) * Support multiple types of dashboard provisioning Support both the "standard" method of dashboard provisioning and the "sidecar" method of dashboard provisioning within this Helm chart, at the same time. The Grafana chart currently supports both methods of automated dashboard provisioning, however both methods are not supported at the same time. This is a limitation of the Helm chart, which has been lifted by this commit. Signed-off-by: Ira W. Snyder <isnyder@lco.global> * Fix dashboard provisioning Dashboard provisioning has been broken since stable/grafana 3.5.6. See Issue helm#15725. This commit fixes dashobard provisioning. Signed-off-by: Ira W. Snyder <isnyder@lco.global> * Update chart version As requested by PR review comments. Signed-off-by: Ira W. Snyder <isnyder@lco.global>
I cannot define dashboard to be imported in grafana at install time.
Description:
Configuring dashboard to be auto imported (by dashboard id) at install time, they are ignored.
Helm: 2.13.1
Kubernetes: 1.13.5
Which chart: stable/grafana 3.5.11
What happened: dashboards configured are actually ignored.
What you expected to happen: dashboard configured to be impoterd to be actually imported.
How to reproduce it (as minimally and precisely as possible):
use the following lines in the values.yanl:
Anything else we need to know:
The text was updated successfully, but these errors were encountered: