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"