[PR #306] [CLOSED] Support referencing DB password in a secret #321

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/306
Author: @holzman
Created: 10/15/2025
Status: Closed

Base: mainHead: db-password-secret


📝 Commits (1)

  • 1bab01a Support referencing DB password in a secret

📊 Changes

3 files changed (+57 additions, -3 deletions)

View changed files

📝 charts/open-webui/README.md (+2 -2)
📝 charts/open-webui/templates/workload-manager.yaml (+19 -0)
📝 charts/open-webui/values.yaml (+36 -1)

📄 Description

Allows us to (optionally) pull the external DB password from a secret rather than including it in plaintext in values.yaml


🔄 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/306 **Author:** [@holzman](https://github.com/holzman) **Created:** 10/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `db-password-secret` --- ### 📝 Commits (1) - [`1bab01a`](https://github.com/open-webui/helm-charts/commit/1bab01a662f1be49b6fbad2881f1b8b8282f9282) Support referencing DB password in a secret ### 📊 Changes **3 files changed** (+57 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/README.md` (+2 -2) 📝 `charts/open-webui/templates/workload-manager.yaml` (+19 -0) 📝 `charts/open-webui/values.yaml` (+36 -1) </details> ### 📄 Description Allows us to (optionally) pull the external DB password from a secret rather than including it in plaintext in values.yaml --- <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:17:22 -05:00
yindo closed this issue 2026-02-15 19:17:22 -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#321