1
0
mirror of synced 2026-03-18 00:46:56 +00:00

Add bootstrap option to set a prefix for the commit messages

Signed-off-by: Dries Verachtert <dries.verachtert@dries.eu>
This commit is contained in:
Dries Verachtert
2021-04-26 14:03:12 +02:00
parent bd34870334
commit 9cebd601fb
9 changed files with 29 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ The bootstrap sub-commands bootstrap the toolkit components on the targeted Git
--branch string Git branch (default "main")
--ca-file string path to TLS CA file used for validating self-signed certificates
--cluster-domain string internal cluster domain (default "cluster.local")
--commit-message-prefix string string to prepend to the commit messages, e.g. 'ci skip:'
--commit-message-appendix string string to add to the commit messages, e.g. '[ci skip]'
--components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
--components-extra strings list of components in addition to those supplied or defaulted, accepts comma-separated values

View File

@@ -52,6 +52,7 @@ flux bootstrap git [flags]
--branch string Git branch (default "main")
--ca-file string path to TLS CA file used for validating self-signed certificates
--cluster-domain string internal cluster domain (default "cluster.local")
--commit-message-prefix string string to prepend to the commit messages, e.g. 'ci skip:'
--commit-message-appendix string string to add to the commit messages, e.g. '[ci skip]'
--components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
--components-extra strings list of components in addition to those supplied or defaulted, accepts comma-separated values

View File

@@ -66,6 +66,7 @@ flux bootstrap gitlab [flags]
--branch string Git branch (default "main")
--ca-file string path to TLS CA file used for validating self-signed certificates
--cluster-domain string internal cluster domain (default "cluster.local")
--commit-message-prefix string string to prepend to the commit messages, e.g. 'ci skip:'
--commit-message-appendix string string to add to the commit messages, e.g. '[ci skip]'
--components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller])
--components-extra strings list of components in addition to those supplied or defaulted, accepts comma-separated values