Skip to content

Commit beb307a

Browse files
authored
Merge pull request #6187 from sbueringer/pr-fix-tilt-infinite-reload
🐛 tilt: fix infinite reload issue
2 parents 69a062a + 5149eee commit beb307a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hack/observability/grafana/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Configuration for grafana chart, see https://github.com/grafana/helm-charts/tree/main/charts/grafana
22

3+
# Set a password explicitly to avoid infinite tilt reloads because
4+
# of a random password.
5+
adminPassword: admin
6+
37
grafana.ini:
48
# Disable the grafana login form.
59
auth:
@@ -24,4 +28,4 @@ datasources:
2428

2529
# Disable grafana test framework
2630
testFramework:
27-
enabled: false
31+
enabled: false

0 commit comments

Comments
 (0)