Skip to content

Commit 13c6501

Browse files
committed
use include instead of template
1 parent 1286d78 commit 13c6501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/deployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ spec:
13041304
containers:
13051305
- name: st2actionrunner
13061306
{{- with .Values.st2actionrunner }}
1307-
image: '{{ .image.respository | default (template "stackstorm-ha.imageRepository" $) }}/{{ .image.name | default "st2actionrunner" }}:{{ tpl (.image.tag | default $.Values.image.tag) . }}'
1307+
image: '{{ .image.respository | default (include "stackstorm-ha.imageRepository" $) }}/{{ .image.name | default "st2actionrunner" }}:{{ tpl (.image.tag | default $.Values.image.tag) . }}'
13081308
{{- end }}
13091309
imagePullPolicy: {{ .Values.st2actionrunner.image.imagePullPolicy | default .Values.image.pullPolicy }}
13101310
{{- with default .Values.securityContext .Values.st2actionrunner.securityContext }}

0 commit comments

Comments
 (0)