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

OZG-3880 snake case to camel case

parent 48b1a4e1
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:
......
......@@ -80,7 +80,7 @@ tests:
- it: test network policy disabled
set:
network_policy:
networkPolicy:
disabled: true
asserts:
- hasDocuments:
......@@ -88,7 +88,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