diff --git a/deploy/back/templates/_helpers.tpl b/deploy/back/templates/_helpers.tpl index b71cb47..5843b4d 100644 --- a/deploy/back/templates/_helpers.tpl +++ b/deploy/back/templates/_helpers.tpl @@ -18,6 +18,7 @@ {{- range $key, $value := . }} {{ $key }}: {{ tpl $value $ | quote }} {{- end }} + rollme: {{ randAlphaNum 5 | quote }} {{- end }} {{- end }} diff --git a/deploy/front/templates/_helpers.tpl b/deploy/front/templates/_helpers.tpl index b71cb47..5843b4d 100644 --- a/deploy/front/templates/_helpers.tpl +++ b/deploy/front/templates/_helpers.tpl @@ -18,6 +18,7 @@ {{- range $key, $value := . }} {{ $key }}: {{ tpl $value $ | quote }} {{- end }} + rollme: {{ randAlphaNum 5 | quote }} {{- end }} {{- end }}