Skip to content

Commit

Permalink
DNM: Generate cluster-api manifests in manifest step
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
  • Loading branch information
stephenfin authored and pierreprinetti committed Jan 24, 2024
1 parent e2a4282 commit 8657c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/asset/targets/targets.go
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/openshift/installer/pkg/asset/kubeconfig"
"github.com/openshift/installer/pkg/asset/machines"
"github.com/openshift/installer/pkg/asset/manifests"
"github.com/openshift/installer/pkg/asset/manifests/clusterapi"
"github.com/openshift/installer/pkg/asset/password"
"github.com/openshift/installer/pkg/asset/templates/content/bootkube"
"github.com/openshift/installer/pkg/asset/templates/content/openshift"
Expand All @@ -26,6 +27,7 @@ var (
Manifests = []asset.WritableAsset{
&machines.Master{},
&machines.Worker{},
&clusterapi.Cluster{},
&manifests.Manifests{},
&manifests.Openshift{},
}
Expand Down

0 comments on commit 8657c78

Please sign in to comment.