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
Now that a porter config file can reference secrets and environment variables in order to get sensitive data out of the config file, we need a way to provide environment variables to the agent.
Let's update the AgentConfig to include EnvFrom, so that connection strings and auth info for the secret store can be provided to the agent.
The text was updated successfully, but these errors were encountered:
Now that a porter config file can reference secrets and environment variables in order to get sensitive data out of the config file, we need a way to provide environment variables to the agent.
Let's update the AgentConfig to include EnvFrom, so that connection strings and auth info for the secret store can be provided to the agent.
The text was updated successfully, but these errors were encountered: