Skip to content

Commit f0937cb

Browse files
guzzijonesarm4b
andauthored
Update templates/_helpers.tpl
Co-authored-by: Eugen C. <[email protected]>
1 parent 0a91338 commit f0937cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Merge packs and virtualenvs from st2 with those from st2packs images
322322
{{- define "stackstorm-ha.packs-initContainers" -}}
323323
{{- if $.Values.st2.packs.images }}
324324
{{- range $.Values.st2.packs.images }}
325-
- name: 'st2-custom-pack-{{ printf "%s-%s-%s" .repository .name | sha1sum }}'
325+
- name: 'st2-custom-pack-{{ printf "%s-%s" .repository .name | sha1sum }}'
326326
image: "{{ .repository }}/{{ .name }}:{{ .tag }}"
327327
imagePullPolicy: {{ .pullPolicy | quote }}
328328
volumeMounts:

0 commit comments

Comments
 (0)