mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-24 04:18:52 +00:00
Validates components set
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com> Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
parent
ed09dd57b6
commit
dd0b807fe4
4 changed files with 24 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ type Options struct {
|
|||
Version string
|
||||
Namespace string
|
||||
Components []string
|
||||
ComponentsExtra []string
|
||||
EventsAddr string
|
||||
Registry string
|
||||
ImagePullSecret string
|
||||
|
|
@ -42,6 +43,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"},
|
||||
EventsAddr: "",
|
||||
Registry: "ghcr.io/fluxcd",
|
||||
ImagePullSecret: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue