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
I'm using Helm Chart to deploy in a Kubernetes cluster and I've setup the Values.ai.enabled to be "false", consequently the portion of code below does not get created:
Well... I've modified the chart to create the variable AI_API_URL anyway and it is now complaining about AI_API_USERNAME. I infer that will happen again with AI_API_PASSWORD and PYTHON_ALLOWED_LIBRARIES
That are in the template of api-deployment, you will also need to comment in the template of ai-secrets because they will complain about not finding the secret...
This is all to say that the main issue is the container api needs to not complain if they don't find those environment variables.
I'm using Helm Chart to deploy in a Kubernetes cluster and I've setup the
Values.ai.enabled
to be "false", consequently the portion of code below does not get created:However, the container "api" is getting to CrashLoopBackOff" because the variable is missing, but well... I don't want to use the AI.
The text was updated successfully, but these errors were encountered: