From 771e7593dd962fbf54a5779f34c1ecf492e785bf Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Thu, 20 Aug 2020 10:18:38 +0200 Subject: [PATCH] Test --- charts/cups-airprint/templates/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/cups-airprint/templates/deployment.yaml b/charts/cups-airprint/templates/deployment.yaml index 2f007bc..a69ac4f 100644 --- a/charts/cups-airprint/templates/deployment.yaml +++ b/charts/cups-airprint/templates/deployment.yaml @@ -62,21 +62,21 @@ spec: type: Directory {{- else }} emptyDir: {} - {{- end -}} + {{- end }} - name: config {{- if .Values.persistence.enabled }} persistentVolumeClaim: - claimName: airprint-cups-airprint-config + claimName: {{ include "cups-airprint.fullname" . }}-config {{- else }} emptyDir: {} - {{- end -}} + {{- end }} - name: spool {{- if .Values.persistence.enabled }} persistentVolumeClaim: - claimName: airprint-cups-airprint-spool + claimName: {{ include "cups-airprint.fullname" . }}-spool {{- else }} emptyDir: {} - {{- end -}} + {{- end }} {{- if .Values.hostNetwork }} hostNetwork: {{ .Values.hostNetwork }} {{- end }}