|
|
|
@ -66,17 +66,17 @@ spec:
|
|
|
|
- name: config
|
|
|
|
- name: config
|
|
|
|
{{- if .Values.persistence.enabled }}
|
|
|
|
{{- if .Values.persistence.enabled }}
|
|
|
|
persistentVolumeClaim:
|
|
|
|
persistentVolumeClaim:
|
|
|
|
claimName: {{ include "cups-airprint.fullname" . }}-config
|
|
|
|
claimName: airprint-cups-airprint-config
|
|
|
|
{{- else }}
|
|
|
|
{{- else }}
|
|
|
|
emptyDir: {}
|
|
|
|
emptyDir: {}
|
|
|
|
{{- end -}}
|
|
|
|
{{- end -}}
|
|
|
|
- name: spool
|
|
|
|
- name: spool
|
|
|
|
{{- if .Values.persistence.enabled }}
|
|
|
|
{{- if .Values.persistence.enabled }}
|
|
|
|
persistentVolumeClaim:
|
|
|
|
persistentVolumeClaim:
|
|
|
|
claimName: {{ include "cups-airprint.fullname" . }}-spool
|
|
|
|
claimName: airprint-cups-airprint-spool
|
|
|
|
{{- else }}
|
|
|
|
{{- else }}
|
|
|
|
emptyDir: {}
|
|
|
|
emptyDir: {}
|
|
|
|
{{- end -}}
|
|
|
|
{{- end -}}
|
|
|
|
{{- if .Values.hostNetwork }}
|
|
|
|
{{- if .Values.hostNetwork }}
|
|
|
|
hostNetwork: {{ .Values.hostNetwork }}
|
|
|
|
hostNetwork: {{ .Values.hostNetwork }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
|