fix array

master
Marius Ensrud 5 years ago
parent b30149238d
commit e8501dc512

@ -34,7 +34,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
env: env:
name: ALLOW - name: ALLOW
value: {{ .Values.allowNetwork | quote }} value: {{ .Values.allowNetwork | quote }}
ports: ports:
- name: rsync - name: rsync

Loading…
Cancel
Save