diff --git a/infra/clusters/templates/workflows-cluster.yaml b/infra/clusters/templates/workflows-cluster.yaml index ae7d13c9ffec199d727888c4de9500d3ef07ce1b..b85d0b68cb27f8422508d651e07e5fb0791517e5 100644 --- a/infra/clusters/templates/workflows-cluster.yaml +++ b/infra/clusters/templates/workflows-cluster.yaml @@ -1,5 +1,5 @@ {{- range $name, $values := .Values.clusters }} -{{- $chksum := toJson $values.config | adler32sum }} +{{- $chksum := toJson $values | adler32sum }} {{- $labels := "" }} {{- range $k, $v := index $values.config "labels" }} {{- $labels = printf "%s --label %s='%s'" $labels $k $v }}