mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #1329] [MERGED] fix: Helm Chart storageClassName typo #20637
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1329
Author: @ConnorsApps
Created: 3/28/2024
Status: ✅ Merged
Merged: 3/28/2024
Merged by: @tjbck
Base:
dev← Head:fix-pvc-storage-class📝 Commits (1)
9ad097dfix: pvc storageClassName typo📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
kubernetes/helm/templates/ollama-statefulset.yaml(+1 -1)📝
kubernetes/helm/templates/webui-pvc.yaml(+1 -1)📄 Description
Pull Request Checklist
Description
Setting the persistent volume class gets ignored by kubernetes due to a typo. See the k8s docs. The only reason this worked previously was that it was using the cluster's default storage class.
Changelog Entry
Fixed
Changed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.