/jenkins-x-crds

Helm chart to install jenkins x CRDs

Primary LanguageMakefileApache License 2.0Apache-2.0

jenkins-x-crds chart

Custom Resource Definitions for Jenkins X

To regenerate the crd manifests:

  • Clone jx-api repository outside this repository
  • Run make manifests inside the jx-api repo
  • Copy the manifests from config/crd/bases folder in jx-api into the templates folder in this repository
  • Manually add preserveUnknownFields: false in the spec section of the templates. This is required for crds migrating from v1beta1 to v1