Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit efc3b3c

Browse files
authored
validator: fix fullname template (#554)
1 parent 6481c56 commit efc3b3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deployment/k8s/validator-chart/templates/_helpers.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
{{- define "validator.fullname" -}}
44
{{- if .Values.fullnameOverride -}}
55
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}}
6+
{{- else if .Values.computePoolId -}}
7+
{{- printf "validator-%s" .Values.computePoolId -}}
68
{{- else -}}
79
{{- printf "validator" -}}
810
{{- end -}}

0 commit comments

Comments
 (0)