Fix indention of exterrnal IPs for SSH service (#52) All checks were successful continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Fix indention of exterrnal IPs for SSH service Co-authored-by: Steffen Vogel <post@steffenvogel.de> Reviewed-on: gitea/helm-chart#52 Reviewed-by: luhahn <luhahn@noreply.gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-Authored-By: Steffen Vogel <stv0g@noreply.gitea.io> Co-Committed-By: Steffen Vogel <stv0g@noreply.gitea.io>
This commit was merged in pull request #52.
This commit is contained in:
@@ -5,7 +5,7 @@ metadata: | ||||
labels: | ||||
{{- include "gitea.labels" . | nindent 4 }} | ||||
annotations: | ||||
{{ toYaml .Values.service.ssh.annotations | indent 4 }} | ||||
{{- 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") }} | ||||
@@ -16,7 +16,7 @@ spec: | ||||
{{- end }} | ||||
{{- if .Values.service.ssh.externalIPs }} | ||||
externalIPs: | ||||
{{ toYaml .Values.service.ssh.externalIPs | indent 4 }} | ||||
{{- toYaml .Values.service.ssh.externalIPs | nindent 4 }} | ||||
{{- end }} | ||||
{{- if .Values.service.ssh.externalTrafficPolicy }} | ||||
externalTrafficPolicy: {{ .Values.service.ssh.externalTrafficPolicy }} | ||||
| ||||
Reference in New Issue
Block a user