File tree 6 files changed +0
-11
lines changed
packaging/flavorgen/flavors
6 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,6 @@ func defaultVirtualMachineCloneSpec() infrav1.VirtualMachineCloneSpec {
370
370
MemoryMiB : env .DefaultMemoryMiB ,
371
371
Template : env .VSphereTemplateVar ,
372
372
Server : env .VSphereServerVar ,
373
- Thumbprint : env .VSphereThumbprint ,
374
373
ResourcePool : env .VSphereResourcePoolVar ,
375
374
Datastore : env .VSphereDatastoreVar ,
376
375
StoragePolicyName : env .VSphereStoragePolicyVar ,
@@ -433,7 +432,6 @@ func nodeIPAMVirtualMachineCloneSpec() infrav1.VirtualMachineCloneSpec {
433
432
MemoryMiB : env .DefaultMemoryMiB ,
434
433
Template : env .VSphereTemplateVar ,
435
434
Server : env .VSphereServerVar ,
436
- Thumbprint : env .VSphereThumbprint ,
437
435
ResourcePool : env .VSphereResourcePoolVar ,
438
436
Datastore : env .VSphereDatastoreVar ,
439
437
StoragePolicyName : env .VSphereStoragePolicyVar ,
Original file line number Diff line number Diff line change 59
59
server : ' ${VSPHERE_SERVER}'
60
60
storagePolicyName : ' ${VSPHERE_STORAGE_POLICY}'
61
61
template : ' ${VSPHERE_TEMPLATE}'
62
- thumbprint : ' ${VSPHERE_TLS_THUMBPRINT}'
63
62
---
64
63
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
65
64
kind : VSphereMachineTemplate
86
85
server : ' ${VSPHERE_SERVER}'
87
86
storagePolicyName : ' ${VSPHERE_STORAGE_POLICY}'
88
87
template : ' ${VSPHERE_TEMPLATE}'
89
- thumbprint : ' ${VSPHERE_TLS_THUMBPRINT}'
90
88
---
91
89
apiVersion : controlplane.cluster.x-k8s.io/v1beta1
92
90
kind : KubeadmControlPlane
Original file line number Diff line number Diff line change 59
59
server : ' ${VSPHERE_SERVER}'
60
60
storagePolicyName : ' ${VSPHERE_STORAGE_POLICY}'
61
61
template : ' ${VSPHERE_TEMPLATE}'
62
- thumbprint : ' ${VSPHERE_TLS_THUMBPRINT}'
63
62
---
64
63
apiVersion : controlplane.cluster.x-k8s.io/v1beta1
65
64
kind : KubeadmControlPlane
Original file line number Diff line number Diff line change 64
64
server : ' ${VSPHERE_SERVER}'
65
65
storagePolicyName : ' ${VSPHERE_STORAGE_POLICY}'
66
66
template : ' ${VSPHERE_TEMPLATE}'
67
- thumbprint : ' ${VSPHERE_TLS_THUMBPRINT}'
68
67
---
69
68
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
70
69
kind : VSphereMachineTemplate
96
95
server : ' ${VSPHERE_SERVER}'
97
96
storagePolicyName : ' ${VSPHERE_STORAGE_POLICY}'
98
97
template : ' ${VSPHERE_TEMPLATE}'
99
- thumbprint : ' ${VSPHERE_TLS_THUMBPRINT}'
100
98
---
101
99
apiVersion : controlplane.cluster.x-k8s.io/v1beta1
102
100
kind : KubeadmControlPlane
Original file line number Diff line number Diff line change 59
59
server : ' ${VSPHERE_SERVER}'
60
60
storagePolicyName : ' ${VSPHERE_STORAGE_POLICY}'
61
61
template : ' ${VSPHERE_TEMPLATE}'
62
- thumbprint : ' ${VSPHERE_TLS_THUMBPRINT}'
63
62
---
64
63
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
65
64
kind : VSphereMachineTemplate
86
85
server : ' ${VSPHERE_SERVER}'
87
86
storagePolicyName : ' ${VSPHERE_STORAGE_POLICY}'
88
87
template : ' ${VSPHERE_TEMPLATE}'
89
- thumbprint : ' ${VSPHERE_TLS_THUMBPRINT}'
90
88
---
91
89
apiVersion : controlplane.cluster.x-k8s.io/v1beta1
92
90
kind : KubeadmControlPlane
Original file line number Diff line number Diff line change @@ -285,7 +285,6 @@ spec:
285
285
server : ' ${VSPHERE_SERVER}'
286
286
storagePolicyName : ' ${VSPHERE_STORAGE_POLICY}'
287
287
template : ' ${VSPHERE_TEMPLATE}'
288
- thumbprint : ' ${VSPHERE_TLS_THUMBPRINT}'
289
288
---
290
289
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
291
290
kind : VSphereMachineTemplate
@@ -312,7 +311,6 @@ spec:
312
311
server : ' ${VSPHERE_SERVER}'
313
312
storagePolicyName : ' ${VSPHERE_STORAGE_POLICY}'
314
313
template : ' ${VSPHERE_TEMPLATE}'
315
- thumbprint : ' ${VSPHERE_TLS_THUMBPRINT}'
316
314
---
317
315
apiVersion : controlplane.cluster.x-k8s.io/v1beta1
318
316
kind : KubeadmControlPlaneTemplate
You can’t perform that action at this time.
0 commit comments