Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eingang-manager
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
eingang-manager
Commits
f4e567ef
Commit
f4e567ef
authored
1 year ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-3880 snake case to camel case
parent
e3ecebaf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xta-adapter/src/main/helm/templates/network_policy.yaml
+2
-2
2 additions, 2 deletions
xta-adapter/src/main/helm/templates/network_policy.yaml
xta-adapter/src/test/helm/network_policy_test.yaml
+4
-4
4 additions, 4 deletions
xta-adapter/src/test/helm/network_policy_test.yaml
with
6 additions
and
6 deletions
xta-adapter/src/main/helm/templates/network_policy.yaml
+
2
−
2
View file @
f4e567ef
...
...
@@ -22,7 +22,7 @@
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
{{
- if not (.Values.network
_p
olicy).disabled
}}
{{
- if not (.Values.network
P
olicy).disabled
}}
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
metadata
:
...
...
@@ -61,7 +61,7 @@ spec:
ports
:
-
port
:
9000
protocol
:
TCP
{{
- with (.Values.network
_p
olicy).additional
_e
gress
_c
onfig
}}
{{
- with (.Values.network
P
olicy).additional
E
gress
C
onfig
}}
-
to
:
{{
toYaml . | indent 8
}}
{{
- end
}}
...
...
This diff is collapsed.
Click to expand it.
xta-adapter/src/test/helm/network_policy_test.yaml
+
4
−
4
View file @
f4e567ef
...
...
@@ -83,8 +83,8 @@ tests:
-
it
:
add ingress rule by values
set
:
network
_p
olicy
:
additional
_e
gress
_c
onfig
:
network
P
olicy
:
additional
E
gress
C
onfig
:
-
podSelector
:
matchLabels
:
component
:
client2
...
...
@@ -125,7 +125,7 @@ tests:
-
it
:
test network policy disabled
set
:
network
_p
olicy
:
network
P
olicy
:
disabled
:
true
asserts
:
-
hasDocuments
:
...
...
@@ -133,7 +133,7 @@ tests:
-
it
:
test network policy unset should be disabled
set
:
network
_p
olicy
:
network
P
olicy
:
disabled
:
false
asserts
:
-
hasDocuments
:
...
...
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