File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ start-remote-test: ## Start test in the cluster using test runner image.
2424
2525.PHONY : forward-grafana
2626forward-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
Original file line number Diff line number Diff line change 11kube-prometheus-stack :
2+ grafana :
3+ grafana.ini :
4+ auth.anonymous :
5+ enabled : true
6+ org_role : Admin
27 prometheus :
38 prometheusSpec :
49 enableRemoteWriteReceiver : true
You can’t perform that action at this time.
0 commit comments