Skip to content

Commit

Permalink
renamed kct to use clusterclass name (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakm-ntnx authored Feb 20, 2024
1 parent 304d0d7 commit 974299f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions templates/cluster-template-clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ spec:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
metadata:
name: ${CLUSTER_NAME}-kcfg-0
name: ${CLUSTER_CLASS_NAME}-kcfg-0
namespace: ${NAMESPACE}
spec:
template:
Expand Down Expand Up @@ -584,7 +584,7 @@ spec:
ref:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
name: ${CLUSTER_NAME}-kcfg-0
name: ${CLUSTER_CLASS_NAME}-kcfg-0
namespace: ${NAMESPACE}
infrastructure:
ref:
Expand Down
2 changes: 1 addition & 1 deletion templates/clusterclass/clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
ref:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
name: "${CLUSTER_NAME}-kcfg-0"
name: "${CLUSTER_CLASS_NAME}-kcfg-0"
namespace: ${NAMESPACE}
infrastructure:
ref:
Expand Down
2 changes: 1 addition & 1 deletion templates/clusterclass/kct.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
metadata:
name: "${CLUSTER_NAME}-kcfg-0"
name: "${CLUSTER_CLASS_NAME}-kcfg-0"
spec:
template:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ spec:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
metadata:
name: ${CLUSTER_NAME}-kcfg-0
name: ${CLUSTER_CLASS_NAME}-kcfg-0
namespace: ${NAMESPACE}
spec:
template:
Expand Down Expand Up @@ -584,7 +584,7 @@ spec:
ref:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
name: ${CLUSTER_NAME}-kcfg-0
name: ${CLUSTER_CLASS_NAME}-kcfg-0
namespace: ${NAMESPACE}
infrastructure:
ref:
Expand Down

0 comments on commit 974299f

Please sign in to comment.