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.
2 parents 4235999 + c5cfc2c commit bd0c39aCopy full SHA for bd0c39a
templates/_helpers.tpl
@@ -215,7 +215,7 @@ define this here as well to simplify comparison with packs-volume-mounts
215
{{- define "stackstorm-ha.overrides-config-mounts" -}}
216
{{- if .Values.st2.overrides }}
217
- name: st2-overrides-vol
218
- mountPath: /opt/stackstorm/overrides/
+ mountPath: /opt/stackstorm/overrides
219
{{- end }}
220
{{- end -}}
221
tests/unit/overrides_test.yaml
@@ -57,7 +57,7 @@ tests:
57
path: spec.template.spec.containers[0].volumeMounts
58
content:
59
name: st2-overrides-vol
60
61
documentIndex: 3 # register_content
62
63
- contains: *overrides_mnt
0 commit comments