fluxcd / flux2

Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
https://fluxcd.io
Apache License 2.0
6.47k stars 599 forks source link

Ability to control/change commit message of bootstrap #2082

Open gibbonsjohnm opened 2 years ago

gibbonsjohnm commented 2 years ago

At my company, we have strict commit message requirements that enforce the use of a certain prefix (e.g. !000 - Commit message) in order to push. It would be nice to have the ability to either be able to add a prefix to the default flux bootstrap commit message (similar to how --commit-message-appendix works) or have full control over the message entirely. Currently, we are blocked from using the recommended way to deploy flux.

felixk101 commented 12 months ago

https://github.com/fluxcd/flux2/pull/1350 contains a possible fix for this issue

sereinity commented 6 months ago

As said in https://github.com/fluxcd/terraform-provider-flux/issues/550, it would be great if those new options can make commits match conventional commits convention.