Skip to content

Commit

Permalink
Remove dummy providerID from clusterclass templates
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderboltsid committed Jun 6, 2024
1 parent 75c5fe3 commit 03d562b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions templates/cluster-template-clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,6 @@ spec:
name: ""
type: name
memorySize: 4Gi
providerID: nutanix://vm-uuid
subnet:
- name: ""
type: name
Expand All @@ -739,7 +738,6 @@ spec:
name: ""
type: name
memorySize: 4Gi
providerID: nutanix://vm-uuid
subnet:
- name: ""
type: name
Expand Down
1 change: 0 additions & 1 deletion templates/clusterclass/nmt-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
spec:
template:
spec:
providerID: "nutanix://vm-uuid"
# Supported options for boot type: legacy and uefi
# Defaults to legacy if not set
bootType: legacy
Expand Down
1 change: 0 additions & 1 deletion templates/clusterclass/nmt-md.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
spec:
template:
spec:
providerID: "nutanix://vm-uuid"
# Supported options for boot type: legacy and uefi
# Defaults to legacy if not set
bootType: legacy
Expand Down

0 comments on commit 03d562b

Please sign in to comment.