Nexus Repository - install and configure using Helm
Nexus 3 Helm installation
For instructions on using the Snyk Broker Helm Chart, see Install and configure Broker using Helm. The command to use follows. For definitions of the environment variables, see Nexus Repository - environment variables for Snyk Broker.
Note: for baseNexusUrl
and nexusUrl
values include https://
helm install snyk-broker-chart snyk-broker/snyk-broker \
--set scmType=nexus \
--set brokerToken=<ENTER_BROKER_TOKEN> \
--set baseNexusUrl=<ENTER_BASE_NEXUS_URL> \
--set nexusUrl=<ENTER_NEXUS_URL>
--set brokerClientValidationUrl=<ENTER_BROKER_CLIENT_VALIDATION_URL> \
-n snyk-broker --create-namespace
Nexus 2 Helm installation
For instructions on using the Snyk Broker Helm Chart, see Install and configure Broker using Helm. The command to use follows. For definitions of the environment variables, see Nexus Repository - environment variables for Snyk Broker.
Note: for baseNexusUrl
and nexusUrl
values include https://
helm install snyk-broker-chart snyk-broker/snyk-broker \
--set scmType=nexus2 \
--set brokerToken=<ENTER_BROKER_TOKEN> \
--set baseNexusUrl=<ENTER_BASE_NEXUS_URL> \
--set nexusUrl=<ENTER_NEXUS_URL>
--set brokerClientValidationUrl=<ENTER_BROKER_CLIENT_VALIDATION_URL> \
-n snyk-broker --create-namespace
PreviousNexus Repository - install and configure using DockerNextNexus Repository - environment variables for Snyk Broker
Last updated
Was this helpful?