1. Get the Jumpserver URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
  http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host }}
  username: admin  password: admin
{{- end }}
{{- end }}

{{- if eq .Values.koko.service.type "LoadBalancer" }}
2. Access the Jumpserver SSH server by running these commands:
  ssh -p{{ .Values.koko.service.ssh.port }} admin@{{ .Values.koko.service.ssh.loadBalancerIP }}
{{- end }}
