jx gitops helm mirror
Creates a helm mirror
Usage
jx gitops helm mirror
Synopsis
Escapes any {{ or }} characters in the YAML files so they can be included in a helm chart
Examples
# escapes any yaml files so they can be included in a helm chart
jx-gitops helm escape --dir myyaml
Options
-b, --branch string the git branch to clone the repository (default "gh-pages")
-d, --dir string the directory which contains the charts/repositories.yml file (default ".")
-x, --exclude stringArray the helm repositories to exclude from mirroring (default [jenkins-x,jx3])
--git-kind string the kind of git server to connect to
--git-server string the git server URL to create the scm client
--git-token string the git token used to operate on the git repository. If not specified it's loaded from the git credentials file
--git-username string the git username used to operate on the git repository. If not specified it's loaded from the git credentials file
-h, --help help for mirror
-m, --message string the commit message (default "chore: upgrade mirrored charts")
-u, --url string the git URL of the repository to mirror the charts into
Source
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 April 20, 2021: chore: regenerated plugin docs (412f8f1671)