diff --git a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml index 270c0c4..04ad83a 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