We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69a062a + 5149eee commit beb307aCopy full SHA for beb307a
hack/observability/grafana/values.yaml
@@ -1,5 +1,9 @@
1
# Configuration for grafana chart, see https://github.com/grafana/helm-charts/tree/main/charts/grafana
2
3
+# Set a password explicitly to avoid infinite tilt reloads because
4
+# of a random password.
5
+adminPassword: admin
6
+
7
grafana.ini:
8
# Disable the grafana login form.
9
auth:
@@ -24,4 +28,4 @@ datasources:
24
28
25
29
# Disable grafana test framework
26
30
testFramework:
27
- enabled: false
31
+ enabled: false
0 commit comments