Configuring Environment Variables for the connectware-agent Helm Chart
To define a set of environment variables to be applied to the protocol-mapper agent, use the env list of name
and value
pairs inside the agents entry in the protocolMapperAgents
section of your values.yaml file.
Example
Unsetting protocolMapperAgentDefaults Environment Variables
If you used the list value env
in the protocolMapperAgentDefaults
section of your values.yaml file, you can unset them for individual agents by setting the value of env
to []
inside the agents entry in the protocolMapperAgents
context of your values.yaml.
Example
PreviousConfiguring image name and version for the connectware-agent Helm chartNextConfiguring Labels and Annotations for the connectware-agent Helm Chart
Last updated
Was this helpful?