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 have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
While we probably DO need to pass in:
PINECONE_API_KEY
PINECONE_ENVIRONMENT
PINECONE_INDEX
During the first build stage - because otherwise the call to new Pinecone will blow up, we do not need to set all the Postgres environment variables via build args.
Instead, we want the container to be as agnostic as possible, and to read everything it needs from the environment. This approach is compatible with ECS Fargate and the Pulumi TypeScript provider we're using to ultimately deploy these containers.
Is this a new bug?
Current Behavior
While we probably DO need to pass in:
PINECONE_API_KEY
PINECONE_ENVIRONMENT
PINECONE_INDEX
During the first build stage - because otherwise the call to
new Pinecone
will blow up, we do not need to set all the Postgres environment variables via build args.Instead, we want the container to be as agnostic as possible, and to read everything it needs from the environment. This approach is compatible with ECS Fargate and the Pulumi TypeScript provider we're using to ultimately deploy these containers.
Expected Behavior
See above
Steps To Reproduce
Read
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: