Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vorgang-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
vorgang-manager
Commits
10125df5
Commit
10125df5
authored
1 year ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-3880 snake case to camel case
parent
80c9064f
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
src/main/helm/templates/network_policy.yaml
+2
-2
2 additions, 2 deletions
src/main/helm/templates/network_policy.yaml
src/test/helm/network_policy_test.yaml
+4
-4
4 additions, 4 deletions
src/test/helm/network_policy_test.yaml
with
6 additions
and
6 deletions
src/main/helm/templates/network_policy.yaml
+
2
−
2
View file @
10125df5
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
# unter der Lizenz sind dem Lizenztext zu entnehmen.
# 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
apiVersion
:
networking.k8s.io/v1
kind
:
NetworkPolicy
kind
:
NetworkPolicy
metadata
:
metadata
:
...
@@ -45,7 +45,7 @@ spec:
...
@@ -45,7 +45,7 @@ spec:
-
podSelector
:
-
podSelector
:
matchLabels
:
matchLabels
:
ozg-component
:
eingangsadapter
ozg-component
:
eingangsadapter
{{
- with (.Values.network
_p
olicy).additional
_i
ngress
_c
onfig
}}
{{
- with (.Values.network
P
olicy).additional
I
ngress
C
onfig
}}
-
from
:
-
from
:
{{
toYaml . | indent 8
}}
{{
toYaml . | indent 8
}}
{{
- end
}}
{{
- end
}}
...
...
This diff is collapsed.
Click to expand it.
src/test/helm/network_policy_test.yaml
+
4
−
4
View file @
10125df5
...
@@ -98,8 +98,8 @@ tests:
...
@@ -98,8 +98,8 @@ tests:
-
it
:
add ingress rule by values
-
it
:
add ingress rule by values
set
:
set
:
network
_p
olicy
:
network
P
olicy
:
additional
_i
ngress
_c
onfig
:
additional
I
ngress
C
onfig
:
-
podSelector
:
-
podSelector
:
matchLabels
:
matchLabels
:
component
:
client2
component
:
client2
...
@@ -123,7 +123,7 @@ tests:
...
@@ -123,7 +123,7 @@ tests:
-
it
:
test network policy disabled
-
it
:
test network policy disabled
set
:
set
:
network
_p
olicy
:
network
P
olicy
:
disabled
:
true
disabled
:
true
asserts
:
asserts
:
-
hasDocuments
:
-
hasDocuments
:
...
@@ -131,7 +131,7 @@ tests:
...
@@ -131,7 +131,7 @@ tests:
-
it
:
test network policy unset should be disabled
-
it
:
test network policy unset should be disabled
set
:
set
:
network
_p
olicy
:
network
P
olicy
:
disabled
:
false
disabled
:
false
asserts
:
asserts
:
-
hasDocuments
:
-
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