include source-watcher in install.yaml manifests#5881
Conversation
|
In |
Our use case is that we directly consume the manifests from a kustomization.yaml (used by a Kustomization to let flux self-manage itself): I honestly thought that it was a simple omission to not have this specific source-watcher controller as part of the Also, the controllers which can be enabled with |
|
You have a good point! |
Signed-off-by: Thomas Morin <[email protected]>
3c4d42a to
626bb58
Compare
matheuscscp
left a comment
There was a problem hiding this comment.
LGTM! 🚀
Thanks for the fix, @tmmorin!
|
Successfully created backport PR for |
The source-watcher controller is currently not included in the manifest.yaml which is part of a release bundle.
Example: https://github.com/fluxcd/flux2/releases/download/v2.8.6/install.yaml
This PR updates the
./manifests/installkustomization to include the source-watcher, so that an installation done with theinstall.yamlwhich is part of a release will include this controller.