We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22be39a commit bce383cCopy full SHA for bce383c
api/v1alpha1/aws_node_types.go
@@ -8,7 +8,7 @@ import (
8
"k8s.io/utils/ptr"
9
clusterv1 "sigs.k8s.io/cluster-api/api/v1beta1"
10
11
- "github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/api/variables"
+ "github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/api/variables"
12
)
13
14
const (
@@ -103,7 +103,7 @@ func (i InstanceType) VariableSchema() clusterv1.VariableSchema {
103
OpenAPIV3Schema: clusterv1.JSONSchemaProps{
104
Type: "string",
105
Description: "The AWS instance type to use for the cluster Machines",
106
- Default: variables.MustMarshal(string(i)),
+ Default: variables.MustMarshal(i),
107
},
108
}
109
0 commit comments