We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd0e21 commit b7e8456Copy full SHA for b7e8456
1 file changed
addons/mongodb/7.0/chart/mongodb/templates/networkpolicy.yaml
@@ -21,7 +21,7 @@ spec:
21
# Allow inbound connections
22
- ports:
23
- port: {{ .Values.service.ports.mongodb }}
24
- - port: {{ .Values.metrics.service..ports.metrics }}
+ - port: {{ .Values.metrics.service.ports.metrics }}
25
{{- if or .Values.networkPolicy.allowCurrentNamespace .Values.networkPolicy.allowNamespaces }}
26
from:
27
{{- if .Values.networkPolicy.allowCurrentNamespace }}
0 commit comments