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

OZG-5653 update netpol helm unittests

parent 18e75974
No related branches found
No related tags found
No related merge requests found
...@@ -295,17 +295,12 @@ tests: ...@@ -295,17 +295,12 @@ tests:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
kubernetes.io/metadata.name: zufi kubernetes.io/metadata.name: zufi
podSelector: any: true
matchLabels:
component: zufi-server
ports:
- port: 9190
protocol: TCP
- it: should throw error if zufi is enabled but zufi namespace is not set - it: should throw error if zufi is enabled but zufi namespace is not set
set: set:
zufiManager: zufiManager:
enabled: true enabled: true
namespace:
asserts: asserts:
- failedTemplate: - failedTemplate:
errorMessage: zufiManager.namespace must be set if zufiManager server is enabled errorMessage: zufiManager.namespace must be set if zufiManager server is enabled
...@@ -319,13 +314,7 @@ tests: ...@@ -319,13 +314,7 @@ tests:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
kubernetes.io/metadata.name: zufi kubernetes.io/metadata.name: zufi
podSelector: any: true
matchLabels:
component: zufi-server
ports:
- port: 9190
protocol: TCP
- it: should add egress rule to dns service - it: should add egress rule to dns service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment