From 22d64e145ade2720fdc64c5d4ea1db9e083346b5 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Thu, 20 Aug 2020 10:17:11 +0200 Subject: [PATCH] Test --- charts/cups-airprint/templates/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}