[PR #177] [CLOSED] feat(open-webui): add envFrom value #233

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/177
Author: @msabramo
Created: 2/19/2025
Status: Closed

Base: mainHead: envFrom


📝 Commits (2)

  • b921372 feat(open-webui): add envFrom value
  • 3c0ce3b Modify values.yaml comment for envFrom

📊 Changes

3 files changed (+12 additions, -0 deletions)

View changed files

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

📄 Description

to allow injecting environment variables from secrets or configmaps.

It is useful to be able to provide environment variables to Open WebUI that come from secrets or configmaps.

E.g.:

envFrom:
  - secretRef:
      name: open-web-ui

In my case, I want to use a secret like this to inject a value for OAUTH_CLIENT_SECRET.


🔄 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/177 **Author:** [@msabramo](https://github.com/msabramo) **Created:** 2/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `envFrom` --- ### 📝 Commits (2) - [`b921372`](https://github.com/open-webui/helm-charts/commit/b9213726da61dedabf53d6cb28844adffc490418) feat(open-webui): add `envFrom` value - [`3c0ce3b`](https://github.com/open-webui/helm-charts/commit/3c0ce3bb7c62a0734b6454a15e007a32123558ff) Modify values.yaml comment for envFrom ### 📊 Changes **3 files changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/README.md` (+1 -0) 📝 `charts/open-webui/templates/workload-manager.yaml` (+3 -0) 📝 `charts/open-webui/values.yaml` (+8 -0) </details> ### 📄 Description to allow injecting environment variables from secrets or configmaps. It is useful to be able to provide environment variables to Open WebUI that come from secrets or configmaps. E.g.: ```yaml envFrom: - secretRef: name: open-web-ui ``` In my case, I want to use a secret like this to inject a value for `OAUTH_CLIENT_SECRET`. --- <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:59 -05:00
yindo closed this issue 2026-02-15 19:16:59 -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#233