From fbcf8a2bcf3f2288f4aac6d54f30758f3e659d66 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Thu, 6 Jul 2023 20:22:19 +0100 Subject: [PATCH] endif -> end --- charts/piper/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/piper/templates/deployment.yaml b/charts/piper/templates/deployment.yaml index d595de7..502e4cb 100644 --- a/charts/piper/templates/deployment.yaml +++ b/charts/piper/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: volumeMounts: - name: data mountPath: /data - {{ endif }} + {{ end }} containers: - name: {{ .Chart.Name }} securityContext: