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:
567
567
- name : st2-pack-configs-vol
568
568
mountPath : /opt/stackstorm/configs/
569
569
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 }}
574
570
# TODO: Find out default resource limits for this specific job (#5)
575
571
# resources:
576
572
volumes :
@@ -580,10 +576,7 @@ spec:
580
576
- name : st2-pack-configs-vol
581
577
{{- toYaml $.Values.st2.packs.volumes.configs | nindent 10 }}
582
578
{{- 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.
587
580
{{- if $.Values.dnsPolicy }}
588
581
dnsPolicy : {{ $.Values.dnsPolicy }}
589
582
{{- end }}
You can’t perform that action at this time.
0 commit comments