hello,
i want to deploy the code-interpreter via helm chart on my kubernetes cluster. in the values.yaml file, i see that there's 2 required values:
executionManifest:
privateKey: ""
publicKey: ""
there's also a disclaimer about not hardcoding these values here (for security reasons) and that it should be provided via aws secrets manager or similar.
however, looking at how the secret is constructed and this value passed to the deployment, this is currently not possible.
is there something i'm missing here? how can i inject this as an environment variable for example or create my own secret?
hello,
i want to deploy the code-interpreter via helm chart on my kubernetes cluster. in the values.yaml file, i see that there's 2 required values:
there's also a disclaimer about not hardcoding these values here (for security reasons) and that it should be provided via aws secrets manager or similar.
however, looking at how the secret is constructed and this value passed to the deployment, this is currently not possible.
is there something i'm missing here? how can i inject this as an environment variable for example or create my own secret?