Skip to content

Commit bd0c39a

Browse files
authored
Merge pull request #11 from cwilson21/adjusting
Changing mountpath to remove trailing slash
2 parents 4235999 + c5cfc2c commit bd0c39a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ define this here as well to simplify comparison with packs-volume-mounts
215215
{{- define "stackstorm-ha.overrides-config-mounts" -}}
216216
{{- if .Values.st2.overrides }}
217217
- name: st2-overrides-vol
218-
mountPath: /opt/stackstorm/overrides/
218+
mountPath: /opt/stackstorm/overrides
219219
{{- end }}
220220
{{- end -}}
221221

tests/unit/overrides_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tests:
5757
path: spec.template.spec.containers[0].volumeMounts
5858
content:
5959
name: st2-overrides-vol
60-
mountPath: /opt/stackstorm/overrides/
60+
mountPath: /opt/stackstorm/overrides
6161
documentIndex: 3 # register_content
6262

6363
- contains: *overrides_mnt

0 commit comments

Comments
 (0)