Commit 26ca07a7 authored by Florian Rusch's avatar Florian Rusch Committed by David McKay

fix: used wrong variable on parsing configuration

parent f85b1abc
......@@ -237,7 +237,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}
{{- if eq $tps "[]interface {}"}}
{{ $k }} = [
{{- $numOut := len $value }}
{{- $numOut := len $v }}
{{- $numOut := sub $numOut 1 }}
{{- range $b, $val := $v }}
{{- $i := int64 $b }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment