update comment

This commit is contained in:
Stavros kois
2023-07-08 11:19:35 +03:00
parent 4f54fa8c74
commit 2a6714bddf

View File

@@ -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 -}}