diff --git a/charts/rsyncd/Chart.yaml b/charts/rsyncd/Chart.yaml index 69d5a84..b34c004 100644 --- a/charts/rsyncd/Chart.yaml +++ b/charts/rsyncd/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/rsyncd/templates/service.yaml b/charts/rsyncd/templates/service.yaml index 3a452cb..5f3b88b 100644 --- a/charts/rsyncd/templates/service.yaml +++ b/charts/rsyncd/templates/service.yaml @@ -16,8 +16,8 @@ spec: protocol: TCP name: ssh {{- if .Values.service.externalIPs.enabled }} - {{- range .Values.service.externalIPs.ip }} - externalIPs:{{.}}{{- end }} + externalIPs:{{- range .Values.service.externalIPs.ip }} + - {{.}}{{- end }} {{- end }} selector: {{- include "rsyncd.selectorLabels" . | nindent 4 }}