Feature 11010: Use of upstream helm charts for Prometheus and Grafana in OSM installa...
[osm/devops.git] / installers / helm / osm / templates / NOTES.txt
index ea59625..8dd736a 100644 (file)
@@ -27,3 +27,5 @@
   export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} nbi --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}")
   echo http://$SERVICE_IP:{{ .Values.nbi.service.port }}
 {{- end }}
+2. Get Grafana credentials for admin user using below command.
+  kubectl -n {{ .Release.Namespace }}  get secret grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo