Feature: Support Secrets on Pipelines Config #22

Closed
opened 2026-02-15 19:15:32 -05:00 by yindo · 1 comment
Owner

Originally created by @westbrook-ai on GitHub (Jul 19, 2024).

Many environment variables added to Pipelines contain sensitive values, such as API keys and authentication info for external systems used in RAG. The Pipelines chart should support the use of Kubernetes secrets to ensure that sensitive values aren't stored in plaintext.

Originally created by @westbrook-ai on GitHub (Jul 19, 2024). Many environment variables added to Pipelines contain sensitive values, such as API keys and authentication info for external systems used in RAG. The Pipelines chart should support the use of Kubernetes secrets to ensure that sensitive values aren't stored in plaintext.
yindo added the enhancement label 2026-02-15 19:15:32 -05:00
yindo closed this issue 2026-02-15 19:15:32 -05:00
Author
Owner

@westbrook-ai commented on GitHub (Aug 4, 2024):

The chart already supports this by passing in secrets in the values, as seen in the commented out example here: https://github.com/open-webui/helm-charts/blob/main/charts/pipelines/values.yaml#L60-L64

This is sufficient for now, so closing this out.

@westbrook-ai commented on GitHub (Aug 4, 2024): The chart already supports this by passing in secrets in the values, as seen in the commented out example here: https://github.com/open-webui/helm-charts/blob/main/charts/pipelines/values.yaml#L60-L64 This is sufficient for now, so closing this out.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#22