Skip to content

Commit

Permalink
Disable networkpolicies creation for postgresql test app (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjain235 committed Feb 2, 2024
1 parent 451e9f6 commit ef67ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ef67ce4

Please sign in to comment.