You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: