Bitbucket Server/Data Center - 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 BitBucket Server/Data Center - environment variables for Snyk Broker for definitions of the environment variables.
in the Docker setup instructions.
Note: for bitbucket
and bitbucketApi
values do not include https://
helm install snyk-broker-chart snyk-broker/snyk-broker \
--set scmType=bitbucket-server \
--set brokerToken=<ENTER_BROKER_TOKEN> \
--set bitbucketUsername=<ENTER_USERNAME> \
--set bitbucketPassword=<ENTER_PASSWORD> \
--set bitbucket=<ENTER_BITBUCKET_URL> \
--set bitbucketApi=<ENTER_BITBUCKET_API_URL> \
--set brokerClientUrl=<ENTER_BROKER_CLIENT_URL>:<ENTER_BROKER_CLIENT_PORT> \
-n snyk-broker --create-namespace
PreviousBitbucket Server/Data Center - install and configure using DockerNextBitbucket Server/Data Center - environment variables for Snyk Broker
Last updated
Was this helpful?