From 90eb284cbf9f5f0e8ca8b647b49deb60333e3621 Mon Sep 17 00:00:00 2001 From: Pratik Date: Tue, 6 Apr 2021 11:12:55 +0530 Subject: [PATCH] fix chart --- erpnext/templates/deployment-erpnext.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/deployment-erpnext.yaml b/erpnext/templates/deployment-erpnext.yaml index 9b854dc..9f33225 100644 --- a/erpnext/templates/deployment-erpnext.yaml +++ b/erpnext/templates/deployment-erpnext.yaml @@ -23,7 +23,7 @@ spec: serviceAccountName: {{ include "erpnext.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} - {{- if and .Values.volumePermissions.enabled }} + {{- if .Values.volumePermissions.enabled }} initContainers: - name: frappe-bench-ownership image: quay.io/libpod/alpine:3.2