diff --git a/charts/cups-airprint/templates/deployment.yaml b/charts/cups-airprint/templates/deployment.yaml index 1caf5d6..841faf4 100644 --- a/charts/cups-airprint/templates/deployment.yaml +++ b/charts/cups-airprint/templates/deployment.yaml @@ -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 }}