Configuring Environment Variables
Configure environment variables for Connectware and Connectware agent components using the connectware and connectware-agent Helm charts.
When to Use
Configuration Values
Value
Description
Value
Description
Setting Environment Variables
# Note: 'authServer' is used as an example, but this configuration
# is applicable to any Connectware component.
authServer:
env:
- name: MY_CUSTOM_VAR
value: 'custom-value'Setting Environment Variables for All Agents
protocolMapperAgentDefaults:
env:
- name: CYBUS_TRUST_ALL_CERTS
value: 'true'
protocolMapperAgents:
- name: bender-robots
- name: welder-robotsSetting Environment Variables for a Single Agent
protocolMapperAgents:
- name: bender-robots
env:
- name: CYBUS_TRUST_ALL_CERTS
value: 'true'
- name: CYBUS_LOG_LEVEL
value: debugUnsetting Default Environment Variables for a Single Agent
Applying Configuration Changes
Last updated
Was this helpful?

