Installing Connectware Agents without a License Key Using the connectware-agent Helm Chart
PreviousInstalling Connectware Agents using the connectware-agent Helm ChartNextUpgrading the connectware-agent Helm Chart
Last updated
Was this helpful?
Was this helpful?
# not needed when supplying another pullSecret
# licenseKey:
protocolMapperAgentDefaults:
image:
pullSecrets:
- name: cybus-docker-registrykubectl get secret cybus-docker-registry --namespace=<connectware-namespace> -o yaml | sed 's/namespace: .*/namespace: <agent-namespace>/' | kubectl apply -f -kubectl get secret cybus-docker-registry --namespace=connectware -o yaml | sed 's/namespace: .*/namespace: connectware-agent/' | kubectl apply -f -# not needed when supplying another image registry
# licenseKey:
protocolMapperAgentDefaults:
image:
registry: registry.company.tld/cybus# not needed when supplying another image registry
# licenseKey:
protocolMapperAgentDefaults:
image:
registry: registry.company.tld/cybus
pullSecrets:
- name: my-company-pull-secretkubectl create secret <secret-name> --docker-server=<registry-address> --docker-username=<username> --docker-password=<password> --docker-email=<user-email>