WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx create addon prow
list of jx commands
jx create addon prow
Create a Prow addon
Synopsis
Creates the Prow addon for handling webhook events
jx create addon prow [flags]
Examples
# Create the Prow addon
jx create addon prow
# Create the Prow addon in a custom namespace
jx create addon prow -n mynamespace
Options
-c, --chart string The name of the chart to use (default "jenkins-x/prow")
--external-dns Installs external-dns into the cluster. ExternalDNS manages service DNS records for your cluster, providing you've setup your domain record (default true)
--helm-update Should we run helm update first to ensure we use the latest version (default true)
-h, --help help for prow
--hmac-token string OPTIONAL: The hmac-token is the token that you give to GitHub for validating webhooks. Generate it using any reasonable randomness-generator, eg openssl rand -hex 20
-n, --namespace string The Namespace to install into
--oauth-token string OPTIONAL: The oauth-token is an OAuth2 token that has read and write access to the bot account. Generate it from the account's settings -> Personal access tokens -> Generate new token.
--password string Overwrite the default admin password used to login to the Deck UI
-r, --release string The chart release name (default "jx-prow")
-s, --set string The chart set values (can specify multiple or separate values with commas: key1=val1,key2=val2)
-t, --tekton Enables Tekton. Otherwise we default to use Knative Build (default true)
-f, --values stringArray List of locations for values files, can be local files or URLs
-v, --version string The chart version to install)
Options inherited from parent commands
-b, --batch-mode Runs in batch mode without prompting for user input
--verbose Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace
SEE ALSO
- jx create addon - Creates an addon
Auto generated by spf13/cobra on 2-Sep-2020
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 2, 2020: updated jx commands & API docs from 2.1.138 (4fc0bedc90)