Skip to content

Commit

Permalink
Change the ApiVersion to the correct awsproviderconfig.k8s.io/v1alpha1
Browse files Browse the repository at this point in the history
Since migration to CRD the ApiVersion string changed into awsproviderconfig.k8s.io/v1alpha1.
It needs to be reflected on the installer side.
  • Loading branch information
ingvagabund committed Nov 28, 2018
1 parent 7e7c26f commit 7c1017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/asset/machines/aws/machines.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func provider(clusterID, clusterName string, platform *aws.Platform, mpool *aws.
}
return &awsprovider.AWSMachineProviderConfig{
TypeMeta: metav1.TypeMeta{
APIVersion: "aws.cluster.k8s.io/v1alpha1",
APIVersion: "awsproviderconfig.k8s.io/v1alpha1",
Kind: "AWSMachineProviderConfig",
},
InstanceType: mpool.InstanceType,
Expand Down

0 comments on commit 7c1017e

Please sign in to comment.