fix volumemount

master
Marius Ensrud 5 years ago
parent 45439a7fa5
commit ba2f599734

@ -48,16 +48,12 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
{{- if .Values.persistence.enabled }}
- name: config
mountPath: "/config"
mountPath: /config
- name: spool
mountPath: "/var/spool/cups-pdf"
{{- end }}
{{- if .Values.avahi }}
mountPath: /var/spool/cups-pdf
- name: avahi
mountPath: "/services"
{{- end }}
mountPath: /services
{{- if .Values.hostNetwork }}
hostNetwork: {{ .Values.hostNetwork }}
{{- end }}

Loading…
Cancel
Save