Skip to content

Commit

Permalink
add kind and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjungblu committed Jan 6, 2025
1 parent 30852d0 commit 5b8fb07
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ func cvoBootstrapScript(clusterID string) string {

payloadDir := volumeMounts.Path(cvoContainerBootstrap().Name, cvoVolumePayload().Name)
cv := &configv1.ClusterVersion{
TypeMeta: metav1.TypeMeta{
Kind: "ClusterVersion",
APIVersion: "config.openshift.io/v1",
},
ObjectMeta: metav1.ObjectMeta{
Name: "version",
},
Expand Down

0 comments on commit 5b8fb07

Please sign in to comment.