Adressing review comments All checks were successful continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
@@ -8,7 +8,8 @@ metadata: | ||||
{{- toYaml .Values.service.ssh.annotations | nindent 4 }} | ||||
spec: | ||||
type: {{ .Values.service.ssh.type }} | ||||
{{- if and .Values.service.ssh.loadBalancerIP (eq .Values.service.ssh.type "LoadBalancer") }} | ||||
{{- if eq .Values.service.ssh.type "LoadBalancer" }} | ||||
{{- if .Values.service.ssh.loadBalancerIP }} | ||||
loadBalancerIP: {{ .Values.service.ssh.loadBalancerIP }} | ||||
{{- end -}} | ||||
{{- if .Values.service.ssh.loadBalancerSourceRanges }} | ||||
@@ -17,6 +18,7 @@ spec: | ||||
- {{ . }} | ||||
{{- end }} | ||||
{{- end }} | ||||
{{- end }} | ||||
{{- if and .Values.service.ssh.clusterIP (eq .Values.service.ssh.type "ClusterIP") }} | ||||
clusterIP: {{ .Values.service.ssh.clusterIP }} | ||||
{{- end }} | ||||
| ||||
Reference in New Issue
Block a user