Skip to content

Commit

Permalink
datadog-acceptance: update _helpers.tpl for consul version sanitizati…
Browse files Browse the repository at this point in the history
…on (truncate to <64)
  • Loading branch information
natemollica-nm committed Apr 12, 2024
1 parent aa495c4 commit 3b4287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/consul/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -680,5 +680,5 @@ Usage: {{ template "consul.versionInfo" }}
{{- else }}
{{- $sanitizedVersion = $versionInfo }}
{{- end -}}
{{- printf "%s" $sanitizedVersion | quote }}
{{- printf "%s" $sanitizedVersion | trunc 63 | quote }}
{{- end -}}

0 comments on commit 3b4287c

Please sign in to comment.