File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1304,7 +1304,7 @@ spec:
1304
1304
containers :
1305
1305
- name : st2actionrunner
1306
1306
{{- 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) . }}'
1308
1308
{{- end }}
1309
1309
imagePullPolicy : {{ .Values.st2actionrunner.image.imagePullPolicy | default .Values.image.pullPolicy }}
1310
1310
{{- with default .Values.securityContext .Values.st2actionrunner.securityContext }}
You can’t perform that action at this time.
0 commit comments