githhub.com - install and configure using Helm
For instructions on using the Snyk Broker Helm Chart, see Install and configure Broker using Helm. The command to use follows. Refer to GitHub - environment variables for Snyk Broker for definitions of the environment variables.
helm install snyk-broker-chart snyk-broker/snyk-broker \
--set scmType=github-com \
--set brokerToken=<ENTER_BROKER_TOKEN> \
--set scmToken=<ENTER_REPO_TOKEN> \
--set brokerClientUrl=<ENTER_BROKER_CLIENT_URL>:<ENTER_BROKER_CLIENT_PORT> \
-n snyk-broker --create-namespace
PreviousGitHub - install and configure using DockerNextGitHub - environment variables for Snyk Broker
Last updated
Was this helpful?