From f95165d7e9258692cbb3797c52c88db2ce0d2a62 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 7 Dec 2022 18:25:05 +0200 Subject: [PATCH] remove unused variables --- library/common/1.0.0/templates/lib/portal/_host.tpl | 1 - library/common/1.0.0/templates/lib/portal/_path.tpl | 1 - 2 files changed, 2 deletions(-) diff --git a/library/common/1.0.0/templates/lib/portal/_host.tpl b/library/common/1.0.0/templates/lib/portal/_host.tpl index 41e69e7994..81bcf5b907 100644 --- a/library/common/1.0.0/templates/lib/portal/_host.tpl +++ b/library/common/1.0.0/templates/lib/portal/_host.tpl @@ -1,5 +1,4 @@ {{- define "ix.v1.common.portal.host" -}} - {{- $svcType := .svcType -}} {{- $svcName := .svcName -}} {{- $portName := .portName -}} {{- $port := .port -}} diff --git a/library/common/1.0.0/templates/lib/portal/_path.tpl b/library/common/1.0.0/templates/lib/portal/_path.tpl index 9e7e459ac5..3eaf299260 100644 --- a/library/common/1.0.0/templates/lib/portal/_path.tpl +++ b/library/common/1.0.0/templates/lib/portal/_path.tpl @@ -1,5 +1,4 @@ {{- define "ix.v1.common.portal.path" -}} - {{- $svcType := .svcType -}} {{- $svcName := .svcName -}} {{- $portName := .portName -}} {{- $port := .port -}}