Skip to content

Commit

Permalink
fix: some bugs (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: closetool <[email protected]>
  • Loading branch information
kilosonc authored Apr 26, 2023
1 parent 5bfbe36 commit ac1e1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ func Init(ctx context.Context, flags *Flags, coreConfig *config.Config) {
ApplicationGitRepo: applicationGitRepo,
TemplateSchemaGetter: templateSchemaGetter,
CD: cd.NewCD(clusterGitRepo, coreConfig.ArgoCDMapper,
coreConfig.GitopsRepoConfig.DefaultVisibility),
coreConfig.GitopsRepoConfig.DefaultBranch),
K8sUtil: cd.NewK8sUtil(),
OutputGetter: outputGetter,
TektonFty: tektonFty,
Expand Down

0 comments on commit ac1e1ed

Please sign in to comment.