Skip to content
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
79052b4
Enable network policies in CI environment
nss10 May 11, 2026
599c9cd
Fix yaml indentation to set global.netPolicy appropriately
nss10 May 11, 2026
e0cdbb8
Choose custom test_repo_branch
nss10 May 12, 2026
f18cbc2
Merge branch 'master' into chore/enable_netpol_in_ci
nss10 May 12, 2026
6b41f9f
Merge branch 'master' into chore/enable_netpol_in_ci
nss10 May 12, 2026
bb849ac
Remove temporary pins for the TEST_REPO_BRANCH
nss10 May 13, 2026
12929af
Merge branch 'master' into chore/enable_netpol_in_ci
nss10 May 13, 2026
c4d3fec
Merge branch 'master' into chore/enable_netpol_in_ci
nss10 May 13, 2026
e5f6be0
Merge branch 'master' into chore/enable_netpol_in_ci
nss10 May 13, 2026
dfe0f40
Disable network policy in values.yaml
nss10 May 14, 2026
4a17366
Enable network policy in values.yaml
nss10 May 14, 2026
86f55ea
Merge branch 'master' into chore/enable_netpol_in_ci
nss10 May 14, 2026
bd599bd
Merge branch 'master' into chore/enable_netpol_in_ci
nss10 May 15, 2026
3cae476
Merge branch 'master' into chore/enable_netpol_in_ci
nss10 May 18, 2026
76110ce
Merge branch 'master' of https://github.com/uc-cdis/gen3-gitops into …
nss10 Jul 8, 2026
d50c16a
Merge branch 'master' into chore/enable_netpol_in_ci
ajoaugustine Jul 10, 2026
1f3f874
Merge branch 'master' into chore/enable_netpol_in_ci
krishnaa05 Jul 14, 2026
7543995
Dummy Commit
krishnaa05 Jul 14, 2026
931381d
Merge branch 'master' into chore/enable_netpol_in_ci
krishnaa05 Jul 14, 2026
56e83c8
Merge branch 'master' into chore/enable_netpol_in_ci
ajoaugustine Jul 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion ci/default/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,16 @@ global:
topologyKey: "topology.kubernetes.io/zone"
# -- (int) The maxSkew to use for topology spread constraints. Defaults to 1.
maxSkew: 1

netPolicy:
enabled: true
dbSubnets:
- 172.27.128.128/25
- 172.27.128.0/25
mutatingWebhook:
# -- (bool) Whether to deploy the mutating webhook service.
enabled: false


postgresql:
primary:
persistence:
Expand Down
Loading