sdsc-ordes / kg-llm-interface

Langchain-powered natural language interface to knowledge-graphs.
Apache License 2.0
14 stars 3 forks source link

k8s: use secrets to manage openai keys #30

Open cmdoret opened 3 months ago

cmdoret commented 3 months ago

Currently, the deployment allows to provide an openai key through params.env, which is rendered into a configmap. We should use an opaque secret instead and allow kustomize-based overlay.

Objective: add secret management for the deployment.

Requirements: