Skip to content

Commit

Permalink
fix build values
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Oct 4, 2023
1 parent f1fa1d9 commit d524556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bootstrap/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ func getMigrationSteps(runPlural ActionFunc) ([]*Step, error) {
},
{
Name: "Build values",
Args: []string{"plural", "build --only", "cert-manager", "--only" , "bootstrap", "--force"},
Args: []string{"plural", "build", "--only", "cert-manager", "--only" , "bootstrap", "--force"},
TargetPath: gitRootDir,
Execute: runPlural,
},
Expand Down

0 comments on commit d524556

Please sign in to comment.