------------------------------------------------------------------  
  Thank you for installing {{ .Chart.Name }}.

  Your release is named {{ .Release.Name }}.

  You can access the UI on your browser by navigating to following

{{- if eq .Values.ui.secured "true" }}
  https://<LB_IP>:8080
{{- else }}
  http://<LB_IP>:8080
{{- end }}

  You can find the LB IP by running the following command:
  $ kubectl get svc kubesafe-ui -n kubesafe

  Note: The LB IP may take several minutes to comeup.
------------------------------------------------------------------  

  Other Helpful links:
  - Official Kubesafe website https://www.kubesafe.io/
  - Kubesafe Docs https://docs.kubesafe.io

------------------------------------------------------------------  

