From 7b10be3658cba285f83d2cb1c5bfcae36c05a749 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 15 Jun 2023 00:44:29 -0400 Subject: [PATCH] enable pgadmin4 volume permission init --- cluster/apps/database/postgresql/pgadmin4/helm-release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml index 270c0c4a..04ad83a9 100644 --- a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml +++ b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml @@ -36,4 +36,7 @@ spec: containerSecurityContext: enabled: true - allowPrivilegeEscalation: false \ No newline at end of file + allowPrivilegeEscalation: false + + volumePermissions: + enabled: true \ No newline at end of file