From ff36eadd6bd83cc53588ebf76cc269163dfac6c9 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Thu, 20 Aug 2020 09:56:09 +0200 Subject: [PATCH] temp remove volumemount --- charts/cups-airprint/templates/deployment.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/charts/cups-airprint/templates/deployment.yaml b/charts/cups-airprint/templates/deployment.yaml index 393a256..c057901 100644 --- a/charts/cups-airprint/templates/deployment.yaml +++ b/charts/cups-airprint/templates/deployment.yaml @@ -47,13 +47,7 @@ spec: port: http resources: {{- toYaml .Values.resources | nindent 12 }} - volumeMounts: - - name: config - mountPath: /config - - name: spool - mountPath: "/var/spool/cups-pdf" - - name: avahi - mountPath: /services + volumes: - name: config {{- if .Values.persistence.enabled }}