Sharing Connectware Certificates with the Toolkit Container
Mount the Connectware certs volume into the toolkit container to give it access to the certificates used by Connectware components.
Last updated
Was this helpful?
Mount the Connectware certs volume into the toolkit container to give it access to the certificates used by Connectware components.
Connectware components use certificates to authenticate and secure their communication. Mounting the Connectware certs volume into the toolkit container gives the toolkit access to those certificates. This is most commonly used when debugging Connectware components.
How you enable the certs volume depends on how you installed the connectware-toolkit chart.
When you deploy the toolkit as a subchart of the connectware Helm chart, the certs volume is mounted by default once the toolkit is enabled:
toolkit:
enabled: true
# mountCertsVolume defaults to trueTo opt out of mounting the certs volume, set toolkit.mountCertsVolume to false:
toolkit:
enabled: true
mountCertsVolume: falseWhen you deploy the toolkit as a standalone Helm installation, the connectware-toolkit chart must be installed in the same namespace as the connectware chart. Set mountCertsVolume: true to mount the Connectware certs volume:
mountCertsVolume: trueLast updated
Was this helpful?
Was this helpful?

