From 96abb8715ceaea314a67689daeeac9e83b1dfc69 Mon Sep 17 00:00:00 2001 From: karina-ranadive Date: Wed, 8 Jan 2025 16:15:30 -0500 Subject: [PATCH] removed nameOfNs --- modules/python/clusterloader2/slo/config/load-config.yaml | 2 -- .../clusterloader2/slo/config/modules/ciliumnetworkpolicy.yaml | 1 - 2 files changed, 3 deletions(-) diff --git a/modules/python/clusterloader2/slo/config/load-config.yaml b/modules/python/clusterloader2/slo/config/load-config.yaml index fa864dfa8..1c8bf3a9c 100644 --- a/modules/python/clusterloader2/slo/config/load-config.yaml +++ b/modules/python/clusterloader2/slo/config/load-config.yaml @@ -39,7 +39,6 @@ name: load-config # CNP & CCNP Test {{$CNPS_PER_NAMESPACE := DefaultParam .CL2_CNPS_PER_NAMESPACE 0}} {{$CCNPS := DefaultParam .CL2_CCNPS 0}} -{{$nameOfNs := "slo-1"}} {{$DUALSTACK := DefaultParam .CL2_DUALSTACK false}} namespace: @@ -99,7 +98,6 @@ steps: params: actionName: "Creating" namespaces: {{$namespaces}} - nameOfNs: {{$nameOfNs}} cnpsPerNamespace: {{$CNPS_PER_NAMESPACE}} {{end}} diff --git a/modules/python/clusterloader2/slo/config/modules/ciliumnetworkpolicy.yaml b/modules/python/clusterloader2/slo/config/modules/ciliumnetworkpolicy.yaml index 9ca0f3fc0..fee7344cd 100644 --- a/modules/python/clusterloader2/slo/config/modules/ciliumnetworkpolicy.yaml +++ b/modules/python/clusterloader2/slo/config/modules/ciliumnetworkpolicy.yaml @@ -4,7 +4,6 @@ {{$actionName := .actionName}} {{$namespaces := .namespaces}} {{$cnpsPerNamespace := .cnpsPerNamespace}} -{{$nameOfNs := .nameOfNs}} steps: - name: "{{$actionName}} k8s CNPs"