Skip to content

Commit 7991bdd

Browse files
committed
chore(mongodb) add networkpolicy allownamespaces
1 parent 6c2cb1b commit 7991bdd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

addons/mongodb/7.0/chart/mongodb/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ enableJournal: true
308308
## #replication:
309309
## #replSetName: replicaset
310310
## #enableMajorityReadConcern: true
311-
## # process management options
311+
## # process management optionsT
312312
## processManagement:
313313
## fork: false
314314
## pidFilePath: /opt/drycc/mongodb/tmp/mongodb.pid
@@ -2050,4 +2050,4 @@ networkPolicy:
20502050
## (with the correct destination port).
20512051
##
20522052
allowCurrentNamespace: true
2053-
allowNamespaces:
2053+
allowNamespaces: []

addons/mongodb/7.0/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ allow_parameters:
1818
- name: "service.type"
1919
required: false
2020
description: "service type config for values.yaml"
21+
- name: "networkPolicy.allowNamespaces"
22+
required: false
23+
description: "networkPolicy allowNamespaces config for values.yaml"
2124
archive: false

0 commit comments

Comments
 (0)