diff --git a/src/main/helm/templates/network_policy.yaml b/src/main/helm/templates/network_policy.yaml index 867dfcd8e3707f5022566f53ad03d15e61551067..a07a4906b9929b8452aa21542cc98d796b81235d 100644 --- a/src/main/helm/templates/network_policy.yaml +++ b/src/main/helm/templates/network_policy.yaml @@ -42,7 +42,7 @@ spec: from: - podSelector: matchLabels: - component: user-manager + component: vorgang-manager {{- with (.Values.networkPolicy).additionalIngressConfig }} {{ toYaml . | indent 2 }} {{- end }} diff --git a/src/test/helm/network_policy_test.yaml b/src/test/helm/network_policy_test.yaml index 180147c483020b6bddb9cef1e97993cc1cab5799..dd32fc72efc18bb47db602e9453ee7059748606c 100644 --- a/src/test/helm/network_policy_test.yaml +++ b/src/test/helm/network_policy_test.yaml @@ -66,7 +66,7 @@ tests: from: - podSelector: matchLabels: - component: user-manager + component: vorgang-manager egress: - to: - podSelector: