Dev
Helm Error repo grafana not found
nauco
2023. 6. 26. 16:34
728x90
반응형
Problem:
helm command error occurred.
Error: repo grafana not found
Because there was no helm repo named grafana
helm repo list
Solve: Add repo grafana
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
Verify:
helm repo list
helm search repo grafana
Then retry install