diff --git a/charts/cups-airprint/templates/deployment.yaml b/charts/cups-airprint/templates/deployment.yaml index 09004b7..2f007bc 100644 --- a/charts/cups-airprint/templates/deployment.yaml +++ b/charts/cups-airprint/templates/deployment.yaml @@ -66,17 +66,17 @@ spec: - name: config {{- if .Values.persistence.enabled }} persistentVolumeClaim: - claimName: {{ include "cups-airprint.fullname" . }}-config + claimName: airprint-cups-airprint-config {{- else }} emptyDir: {} {{- end -}} - name: spool {{- if .Values.persistence.enabled }} persistentVolumeClaim: - claimName: {{ include "cups-airprint.fullname" . }}-spool + claimName: airprint-cups-airprint-spool {{- else }} emptyDir: {} - {{- end -}} + {{- end -}} {{- if .Values.hostNetwork }} hostNetwork: {{ .Values.hostNetwork }} {{- end }}