Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k8s: use secrets to manage openai keys #30

Open
2 tasks
cmdoret opened this issue Jul 30, 2024 · 0 comments
Open
2 tasks

k8s: use secrets to manage openai keys #30

cmdoret opened this issue Jul 30, 2024 · 0 comments

Comments

@cmdoret
Copy link
Member

cmdoret commented Jul 30, 2024

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:

  • Declare opaque secret for openai key
  • (optional) declare additional secrets if needed for other services.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant