--------------------------------------------------------------------  
  Kubesafe software is installed as release "{{ .Release.Name }}".

  To access the UI,
      1. Find the external IP address by running
           $ kubectl get svc kubesafe-ui -n kubesafe

      2. Navigate in your browser to

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

  Note: It may take several minutes for the external IP address
  to come up.

  Other helpful links:
      Website        https://www.kubesafe.io
      Documentation  https://docs.kubesafe.io

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

