From 7605066b8e91ebffea913d1aa53997ccfe0be8d1 Mon Sep 17 00:00:00 2001 From: Hongbo Miao <3375461+hongbo-miao@users.noreply.github.com> Date: Tue, 22 Oct 2024 03:19:08 -0700 Subject: [PATCH] docs: add how to set custom api key --- charts/pipelines/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/pipelines/values.yaml b/charts/pipelines/values.yaml index 63d5448..f10b032 100644 --- a/charts/pipelines/values.yaml +++ b/charts/pipelines/values.yaml @@ -61,6 +61,11 @@ extraEnvVars: # -- Example pipeline to pull and load on deployment startup, see current pipelines here: https://github.com/open-webui/pipelines/blob/main/examples - name: PIPELINES_URLS value: "https://github.com/open-webui/pipelines/blob/main/examples/filters/detoxify_filter_pipeline.py" + # - name: PIPELINES_API_KEY + # valueFrom: + # secretKeyRef: + # name: pipelines-keys + # key: pipelines-api-key # -- Langfuse example, including values used in Langfuse filter to connect # - name: PIPELINES_URLS # value: "https://github.com/open-webui/pipelines/blob/main/examples/filters/langfuse_filter_pipeline.py"