otwld / ollama-helm

Helm chart for Ollama on Kubernetes
https://artifacthub.io/packages/helm/ollama-helm/ollama
MIT License
216 stars 36 forks source link

feat: add `.Values.persistentVolume.volumeName` #89

Closed chr0n1x closed 1 month ago

chr0n1x commented 1 month ago

Summary of changes:

Add .Values.persistentVolume.volumeName to pvc.yaml.

I have a usecase where I configure the PVC to use a SMB CSI/share. I'd like to be able to have the created PVC to always reference this PV, without needing to configure any extra claim templates/manifests.

Checklist:

jdetroyes commented 1 month ago

Hello @chr0n1x

Thanks for your contribution, added!