Skip to content

Commit 84c65ad

Browse files
committed
controller-ccv: fix chainlet template init container mount
1 parent 6f1d203 commit 84c65ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/controller-ccv/templates/chainlet/chainlet-deploy.yml.tmpl.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
value: "{{ $value }}"
9797
{{ end }}
9898
volumeMounts:
99-
- name: "saga-{{ .Name }}-persistent-storage"
99+
- name: "chainlet-volume"
100100
mountPath: "/root/.sagaosd"
101101
subPath: sagaosd
102102
{{ end }}

0 commit comments

Comments
 (0)