Skip to content

Commit 9592e74

Browse files
committed
fix: use nodeadm config template
1 parent d99c9f5 commit 9592e74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses/eks-cluster-class.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
ref:
3333
apiVersion: bootstrap.cluster.x-k8s.io/v1beta2
3434
kind: EKSConfigTemplate
35-
name: eks-quick-start-worker-configtemplate
35+
name: quick-start-worker-configtemplate
3636
infrastructure:
3737
ref:
3838
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
@@ -77,7 +77,7 @@ spec:
7777
sshKeyName: ""
7878
---
7979
apiVersion: bootstrap.cluster.x-k8s.io/v1beta2
80-
kind: EKSConfigTemplate
80+
kind: NodeadmConfigTemplate
8181
metadata:
8282
labels:
8383
cluster.x-k8s.io/provider: eks

hack/examples/bases/eks/clusterclass/clusterclass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
spec: {}
6262
---
6363
apiVersion: bootstrap.cluster.x-k8s.io/v1beta2
64-
kind: EKSConfigTemplate
64+
kind: NodeadmConfigTemplate
6565
metadata:
6666
name: "quick-start-worker-configtemplate"
6767
spec:

0 commit comments

Comments
 (0)