From 2a6714bddfad0b95e4025290d64d6fcf52bf901d Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sat, 8 Jul 2023 11:19:35 +0300 Subject: [PATCH] update comment --- .../templates/lib/metadata/_externalInterfaceAnnotations.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/lib/metadata/_externalInterfaceAnnotations.tpl b/library/common/templates/lib/metadata/_externalInterfaceAnnotations.tpl index d63e577a..01bbcff3 100644 --- a/library/common/templates/lib/metadata/_externalInterfaceAnnotations.tpl +++ b/library/common/templates/lib/metadata/_externalInterfaceAnnotations.tpl @@ -29,7 +29,7 @@ objectData is object containing the data of the pod {{- if $rootCtx.Values.ixExternalInterfacesConfiguration -}} {{- with $rootCtx.Values.ixExternalInterfacesConfigurationNames -}} {{- range $ifaceName := . -}} - {{/* Get the index by splitting the iFaceName (ix-RELEASE-NAME-0) */}} + {{/* Get the index by splitting the iFaceName (ix-release-name-0) */}} {{- $index := splitList "-" $ifaceName -}} {{/* And pick the last item on the list */}} {{- $index = mustLast $index -}}