File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -567,10 +567,6 @@ spec:
567567 - name : st2-pack-configs-vol
568568 mountPath : /opt/stackstorm/configs/
569569 readOnly : false
570- {{- range $.Values.jobs.extra_volumes }}
571- - name : {{ required "Each volume must have a 'name' in jobs.extra_volumes" .name }}
572- {{- tpl (required "Each volume must have a 'mount' definition in jobs.extra_volumes" .mount | toYaml) $ | nindent 10 }}
573- {{- end }}
574570 # TODO: Find out default resource limits for this specific job (#5)
575571 # resources:
576572 volumes :
@@ -580,10 +576,7 @@ spec:
580576 - name : st2-pack-configs-vol
581577 {{- toYaml $.Values.st2.packs.volumes.configs | nindent 10 }}
582578 {{- end }}
583- {{- range $.Values.jobs.extra_volumes }}
584- - name : {{ required "Each volume must have a 'name' in jobs.extra_volumes" .name }}
585- {{- tpl (required "Each volume must have a 'volume' definition in jobs.extra_volumes" .volume | toYaml) $ | nindent 10 }}
586- {{- end }}
579+ # st2canary job does not support extra_volumes. Let us know if you need this.
587580 {{- if $.Values.dnsPolicy }}
588581 dnsPolicy : {{ $.Values.dnsPolicy }}
589582 {{- end }}
You can’t perform that action at this time.
0 commit comments