[PR #126] [CLOSED] fix: Add option to use subPathExpr #198

Closed
opened 2026-02-15 19:16:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/126
Author: @santos-edu
Created: 12/17/2024
Status: Closed

Base: mainHead: fix/subPathExpr


📝 Commits (1)

  • 4881659 fix: Add option to use subPathExpr

📊 Changes

4 files changed (+15 additions, -4 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+5 -3)
📝 charts/open-webui/templates/workload-manager.yaml (+6 -0)
📝 charts/open-webui/values.yaml (+3 -0)

📄 Description

Support subdirectory with expanded environment variables. Useful when using multiple replicas.

Values used in tests:

replicaCount: 2
persistence:
  enabled: true
  size: 2Gi
  subPathExpr: '$(POD_NAME)'
  accessModes:
    - ReadWriteMany
  storageClass: efs

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/helm-charts/pull/126 **Author:** [@santos-edu](https://github.com/santos-edu) **Created:** 12/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/subPathExpr` --- ### 📝 Commits (1) - [`4881659`](https://github.com/open-webui/helm-charts/commit/48816596d3b9782b48f3658a30f9eae789954572) fix: Add option to use subPathExpr ### 📊 Changes **4 files changed** (+15 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+5 -3) 📝 `charts/open-webui/templates/workload-manager.yaml` (+6 -0) 📝 `charts/open-webui/values.yaml` (+3 -0) </details> ### 📄 Description Support subdirectory with expanded environment variables. Useful when using multiple replicas. Values used in tests: ```yaml replicaCount: 2 persistence: enabled: true size: 2Gi subPathExpr: '$(POD_NAME)' accessModes: - ReadWriteMany storageClass: efs ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:49 -05:00
yindo closed this issue 2026-02-15 19:16:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#198