From 922d479a540529d6f5f02e87b8d6873fc58b549e Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 18 Dec 2023 13:59:08 +0100
Subject: [PATCH] OZG-3880 network policy dynamic dns server config

---
 run_helm_test.sh                                            | 4 ++--
 src/{main/helm/test-values.yaml => test/linter-values.yaml} | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)
 rename src/{main/helm/test-values.yaml => test/linter-values.yaml} (92%)

diff --git a/run_helm_test.sh b/run_helm_test.sh
index 7324e7d118..28f3552a66 100755
--- a/run_helm_test.sh
+++ b/run_helm_test.sh
@@ -2,6 +2,6 @@
 
 set -e
 
-helm template  ./src/main/helm/ -f src/test/unit-values.yaml
-helm lint -f src/test/unit-values.yaml ./src/main/helm/
+helm template  ./src/main/helm/ -f src/test/linter-values.yaml
+helm lint -f src/test/linter-values.yaml ./src/main/helm/
 cd src/main/helm && helm unittest --helm3 -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' .
\ No newline at end of file
diff --git a/src/main/helm/test-values.yaml b/src/test/linter-values.yaml
similarity index 92%
rename from src/main/helm/test-values.yaml
rename to src/test/linter-values.yaml
index 4237e88979..0c6bd2d5b0 100644
--- a/src/main/helm/test-values.yaml
+++ b/src/test/linter-values.yaml
@@ -26,3 +26,7 @@ ozgcloud:
   bundesland: sh
   bezeichner: helm
   environment: test
+
+networkPolicy:
+  ssoPublicIp: 51.89.117.53/32
+  dnsServerNamespace: dummy-dns
\ No newline at end of file
-- 
GitLab