mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 17:44:44 +00:00
Add source-watcher to the install and bootstrap commands
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
0a87ed5a42
commit
3542d61afd
7 changed files with 83 additions and 14 deletions
|
|
@ -44,7 +44,7 @@ func MakeDefaultOptions() Options {
|
|||
Version: "latest",
|
||||
Namespace: "flux-system",
|
||||
Components: []string{"source-controller", "kustomize-controller", "helm-controller", "notification-controller"},
|
||||
ComponentsExtra: []string{"image-reflector-controller", "image-automation-controller"},
|
||||
ComponentsExtra: []string{"image-reflector-controller", "image-automation-controller", "source-watcher"},
|
||||
EventsAddr: "",
|
||||
Registry: "ghcr.io/fluxcd",
|
||||
RegistryCredential: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue