Skip to content

Commit

Permalink
[stable/2023.2] Add cinder-tmp to c-vol (#1392)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #1330
/assign mnaser
  • Loading branch information
vexxhost-bot authored Jun 18, 2024
1 parent cd18657 commit 0c014d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roles/cinder/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ __cinder_helm_values:
replicas:
api: 3
scheduler: 3
mounts:
cinder_volume:
cinder_volume:
volumeMounts:
- name: cinder-tmp
mountPath: /var/lib/cinder/tmp
volumes:
- name: cinder-tmp
emptyDir: {}
conf:
policy: {}
cinder:
Expand Down

0 comments on commit 0c014d8

Please sign in to comment.