Skip to content
Snippets Groups Projects
Commit db301177 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3880 network-policy fix incoming from vorgangmanager

parent 5d5ff765
Branches
Tags
No related merge requests found
...@@ -42,7 +42,7 @@ spec: ...@@ -42,7 +42,7 @@ spec:
from: from:
- podSelector: - podSelector:
matchLabels: matchLabels:
component: user-manager component: vorgang-manager
{{- with (.Values.networkPolicy).additionalIngressConfig }} {{- with (.Values.networkPolicy).additionalIngressConfig }}
{{ toYaml . | indent 2 }} {{ toYaml . | indent 2 }}
{{- end }} {{- end }}
......
...@@ -66,7 +66,7 @@ tests: ...@@ -66,7 +66,7 @@ tests:
from: from:
- podSelector: - podSelector:
matchLabels: matchLabels:
component: user-manager component: vorgang-manager
egress: egress:
- to: - to:
- podSelector: - podSelector:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment