1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Add helm-controller to installer

This commit is contained in:
stefanprodan
2020-07-13 18:44:54 +03:00
parent 16f693148b
commit 02521b6964
5 changed files with 20 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ func init() {
rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "", false,
"print generated objects")
rootCmd.PersistentFlags().StringSliceVar(&components, "components",
[]string{"source-controller", "kustomize-controller", "notification-controller"},
[]string{"source-controller", "kustomize-controller", "helm-controller", "notification-controller"},
"list of components, accepts comma-separated values")
}