Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xta-adapter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
OZG-Cloud
app
eingang
xta-adapter
Commits
404fb02b
Commit
404fb02b
authored
1 year ago
by
OZG-Cloud Team
Browse files
Options
Downloads
Patches
Plain Diff
OZG-5958 remove unnecessary unittests
parent
eaf4d191
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
xta-adapter/src/main/helm/templates/network_policy.yaml
+0
-7
0 additions, 7 deletions
xta-adapter/src/main/helm/templates/network_policy.yaml
xta-adapter/src/test/helm/network_policy_test.yaml
+0
-36
0 additions, 36 deletions
xta-adapter/src/test/helm/network_policy_test.yaml
with
0 additions
and
43 deletions
xta-adapter/src/main/helm/templates/network_policy.yaml
+
0
−
7
View file @
404fb02b
...
@@ -34,13 +34,6 @@ spec:
...
@@ -34,13 +34,6 @@ spec:
ozg-component
:
xta-adapter
ozg-component
:
xta-adapter
policyTypes
:
policyTypes
:
-
Egress
-
Egress
ingress
:
{{
- with (.Values.networkPolicy).additionalIngressConfigLocal
}}
{{
toYaml . | indent 2
}}
{{
- end
}}
{{
- with (.Values.networkPolicy).additionalIngressConfigGlobal
}}
{{
toYaml . | indent 2
}}
{{
- end
}}
egress
:
egress
:
-
to
:
-
to
:
-
podSelector
:
-
podSelector
:
...
...
This diff is collapsed.
Click to expand it.
xta-adapter/src/test/helm/network_policy_test.yaml
+
0
−
36
View file @
404fb02b
...
@@ -56,7 +56,6 @@ tests:
...
@@ -56,7 +56,6 @@ tests:
ozg-component
:
xta-adapter
ozg-component
:
xta-adapter
policyTypes
:
policyTypes
:
-
Egress
-
Egress
ingress
:
egress
:
egress
:
-
to
:
-
to
:
-
podSelector
:
-
podSelector
:
...
@@ -123,41 +122,6 @@ tests:
...
@@ -123,41 +122,6 @@ tests:
-
ipBlock
:
-
ipBlock
:
cidr
:
1.2.3.4/32
cidr
:
1.2.3.4/32
-
it
:
add ingress rule by values local
set
:
networkPolicy
:
dnsServerNamespace
:
test-namespace-dns
additionalIngressConfigLocal
:
-
from
:
-
podSelector
:
matchLabels
:
component
:
client2
asserts
:
-
contains
:
path
:
spec.ingress
content
:
from
:
-
podSelector
:
matchLabels
:
component
:
client2
-
it
:
add ingress rule by values global
set
:
networkPolicy
:
dnsServerNamespace
:
test-namespace-dns
additionalIngressConfigGlobal
:
-
from
:
-
podSelector
:
matchLabels
:
component
:
client2
asserts
:
-
contains
:
path
:
spec.ingress
content
:
from
:
-
podSelector
:
matchLabels
:
component
:
client2
-
it
:
test network policy disabled
-
it
:
test network policy disabled
set
:
set
:
networkPolicy
:
networkPolicy
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment