diff --git a/pkg/app/postgresql.go b/pkg/app/postgresql.go index 8cc6276d3b..4a7f612910 100644 --- a/pkg/app/postgresql.go +++ b/pkg/app/postgresql.go @@ -54,6 +54,7 @@ func NewPostgresDB(name string, subPath string) App { "auth.postgresPassword": "test@54321", "volumePermissions.enabled": "true", "persistence.subPath": subPath, + "primary.networkPolicy.enabled": "false", "primary.containerSecurityContext.seccompProfile.type": "Unconfined", "primary.containerSecurityContext.capabilities.add[0]": "CHOWN", "primary.containerSecurityContext.capabilities.add[1]": "FOWNER",