Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorini-dxc committed Sep 18, 2024
1 parent 5919761 commit 4cc9738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/interop-eks-cronjob-chart/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ Create the name of the service account to use

{{- $pattern := `{{\.Values[^}]+}}` -}}
{{- $valuesMatches := (regexFindAll $pattern $givenValue -1) }}
{{- $matchesCount := len $valuesMatches -}}

{{/* For every match check if the rendered template is valid, i.e. not empty/null */}}
{{- range $index, $match := $valuesMatches }}
Expand Down

0 comments on commit 4cc9738

Please sign in to comment.