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

OZG-3880 snake case to camel case

parent e3ecebaf
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
{{- if not (.Values.network_policy).disabled }}
{{- if not (.Values.networkPolicy).disabled }}
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
......@@ -61,7 +61,7 @@ spec:
ports:
- port: 9000
protocol: TCP
{{- with (.Values.network_policy).additional_egress_config }}
{{- with (.Values.networkPolicy).additionalEgressConfig }}
- to:
{{ toYaml . | indent 8 }}
{{- end }}
......
......@@ -83,8 +83,8 @@ tests:
- it: add ingress rule by values
set:
network_policy:
additional_egress_config:
networkPolicy:
additionalEgressConfig:
- podSelector:
matchLabels:
component: client2
......@@ -125,7 +125,7 @@ tests:
- it: test network policy disabled
set:
network_policy:
networkPolicy:
disabled: true
asserts:
- hasDocuments:
......@@ -133,7 +133,7 @@ tests:
- it: test network policy unset should be disabled
set:
network_policy:
networkPolicy:
disabled: false
asserts:
- hasDocuments:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment