Skip to content

Commit 4882e91

Browse files
authored
Disable grafana login (#2412)
1 parent 56ece98 commit 4882e91

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

tests/performance/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ start-remote-test: ## Start test in the cluster using test runner image.
2424

2525
.PHONY: forward-grafana
2626
forward-grafana: ## Forward grafana port to localhost.
27-
@echo "[MAKEFILE] Getting grafana auth..."
28-
@echo " > Username: admin"
29-
@echo " > Password: $(shell kubectl -n monitoring get secret monitoring-grafana -o jsonpath="{.data.admin-password}" | base64 --decode)"
3027
@echo "[MAKEFILE] Forwarding grafana port to localhost:$(GRAFANA_LOCAL_PORT)..."
3128
@kubectl -n monitoring port-forward svc/monitoring-grafana $(GRAFANA_LOCAL_PORT):80
3229

tests/performance/config/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
kube-prometheus-stack:
2+
grafana:
3+
grafana.ini:
4+
auth.anonymous:
5+
enabled: true
6+
org_role: Admin
27
prometheus:
38
prometheusSpec:
49
enableRemoteWriteReceiver: true

0 commit comments

Comments
 (0)