fix error

master
Marius Ensrud 5 years ago
parent 1dc85f851b
commit 3dd8e5d97a

@ -49,14 +49,14 @@ spec:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:
{{- if .Values.persistence.enabled }} {{- if .Values.persistence.enabled }}
- name: "config" - name: config
mountPath: /config mountPath: "/config"
- name: "spool" - name: spool
mountPath: /var/spool/cups-pdf mountPath: "/var/spool/cups-pdf"
{{- end }} {{- end }}
{{- if .Values.avahi }} {{- if .Values.avahi }}
- name: "avahi" - name: avahi
mountPath: /services mountPath: "/services"
{{- end }} {{- end }}
{{- if .Values.hostNetwork }} {{- if .Values.hostNetwork }}
hostNetwork: {{ .Values.hostNetwork }} hostNetwork: {{ .Values.hostNetwork }}
@ -91,7 +91,7 @@ spec:
- name: avahi - name: avahi
{{- if .Values.avahi }} {{- if .Values.avahi }}
hostPath: hostPath:
path: /etc/avahi/services path: "/etc/avahi/services"
type: Directory type: Directory
{{- else }} {{- else }}
emptyDir: {} emptyDir: {}

Loading…
Cancel
Save