We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a91338 commit f0937cbCopy full SHA for f0937cb
templates/_helpers.tpl
@@ -322,7 +322,7 @@ Merge packs and virtualenvs from st2 with those from st2packs images
322
{{- define "stackstorm-ha.packs-initContainers" -}}
323
{{- if $.Values.st2.packs.images }}
324
{{- range $.Values.st2.packs.images }}
325
-- name: 'st2-custom-pack-{{ printf "%s-%s-%s" .repository .name | sha1sum }}'
+- name: 'st2-custom-pack-{{ printf "%s-%s" .repository .name | sha1sum }}'
326
image: "{{ .repository }}/{{ .name }}:{{ .tag }}"
327
imagePullPolicy: {{ .pullPolicy | quote }}
328
volumeMounts:
0 commit comments