diff --git a/charts/rsyncd/templates/deployment.yaml b/charts/rsyncd/templates/deployment.yaml index 09f7f1f..f5add59 100644 --- a/charts/rsyncd/templates/deployment.yaml +++ b/charts/rsyncd/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: ALLOW - value: {{ .Values.allowNetwork | quote }} + - name: ALLOW + value: {{ .Values.allowNetwork | quote }} ports: - name: rsync containerPort: 873