Skip to content

Commit

Permalink
removed nameOfNs
Browse files Browse the repository at this point in the history
  • Loading branch information
karina-ranadive committed Jan 8, 2025
1 parent 960f958 commit 96abb87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions modules/python/clusterloader2/slo/config/load-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -99,7 +98,6 @@ steps:
params:
actionName: "Creating"
namespaces: {{$namespaces}}
nameOfNs: {{$nameOfNs}}
cnpsPerNamespace: {{$CNPS_PER_NAMESPACE}}
{{end}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{{$actionName := .actionName}}
{{$namespaces := .namespaces}}
{{$cnpsPerNamespace := .cnpsPerNamespace}}
{{$nameOfNs := .nameOfNs}}

steps:
- name: "{{$actionName}} k8s CNPs"
Expand Down

0 comments on commit 96abb87

Please sign in to comment.