Closed bhargav2427 closed 3 months ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Bhargav Akhani. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Hi @losipiuk @mosabua Please take a look.
When I put this in values:
additionalVolumes:
- name: extras
emptyDir: {}
- name: extras2
emptyDir: {}
additionalVolumeMounts:
- name: extras
mountPath: /usr/share/extras
readOnly: true
- name: extras2
mountPath: /usr/share/extras2
readOnly: true
and render template I get
volumes:
....
- emptyDir: {}
name: extras
- emptyDir: {}
name: extras2
.....
volumeMounts:
....
- mountPath: /usr/share/extras
name: extras
readOnly: true
- mountPath: /usr/share/extras2
name: extras2
readOnly: true
seems fine to me
@losipiuk Can we please merge it? So, I can use this in my production.
@LittleWat @huw0 @florianMalbranque @ryan0x44 Please take a look.
@bhargav2427 I'm using the 0.19.0 chart successfully with both ConfigMap and PVC mounts.
What version of helm are you using? Are you able to share an example config that exhibits the issue?
I'm closing it since it's abandoned.
I checked and additionalVolumes and additionalVolumeMounts option of coordinator and worker is not working. After these changes, I can see the volumes and volumeMounts in
helm template
.