flux2 icon indicating copy to clipboard operation
flux2 copied to clipboard

Add bootstrap option to set a prefix for the commit messages

Open DriesVerachtert opened this issue 4 years ago • 4 comments

Flux bootstrap already has an option to set a suffix for the commit messages. This change also adds a prefix. It's handy in environments where commit messages have to start with some ticket number for example.

I'm not a go developer: I basically copied the code of the 'commitMessageAppendix' option.

Signed-off-by: Dries Verachtert [email protected]

DriesVerachtert avatar Apr 26 '21 12:04 DriesVerachtert

I've added the Signed-off-by in the commit message.

DriesVerachtert avatar Apr 26 '21 13:04 DriesVerachtert

hello, so how can i set a prefix for the commit messages only for bootstrap now

olivercp3 avatar Dec 21 '22 00:12 olivercp3

@hiddeco I would appreciate a solution to this problem. My GitLab CI pipeline fails every time there is a commit message like "Update Flux manifests".

dhoppe avatar Jun 30 '25 05:06 dhoppe

With Flux Operator bootstrap does not require push access to Git:

https://fluxcd.control-plane.io/operator/

matheuscscp avatar Jun 30 '25 09:06 matheuscscp