Merge pull request #33 from wojiushixiaobai/main

fix: 修正 Notes
This commit is contained in:
吴小白
2021-11-22 09:36:42 +08:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
{{- end }}
{{- end }}
{{- if eq .Values.koko.service.ssh.type "LoadBalancer" }}
{{- 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 }}