diff --git a/ansible/roles/controller-ccv/templates/chainlet/chainlet-deploy.yml.tmpl.j2 b/ansible/roles/controller-ccv/templates/chainlet/chainlet-deploy.yml.tmpl.j2 index 126cfec..16df217 100644 --- a/ansible/roles/controller-ccv/templates/chainlet/chainlet-deploy.yml.tmpl.j2 +++ b/ansible/roles/controller-ccv/templates/chainlet/chainlet-deploy.yml.tmpl.j2 @@ -96,7 +96,7 @@ spec: value: "{{ $value }}" {{ end }} volumeMounts: - - name: "saga-{{ .Name }}-persistent-storage" + - name: "chainlet-pvc" mountPath: "/root/.sagaosd" subPath: sagaosd {{ end }}