mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 10:09:16 -03:00
update comment
This commit is contained in:
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user