File tree Expand file tree Collapse file tree 3 files changed +0
-26
lines changed
packaging/flavorgen/flavors Expand file tree Collapse file tree 3 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,6 @@ func createEmptyArraysPatch() clusterv1.ClusterClassPatch {
51
51
Raw : []byte ("[]" ),
52
52
},
53
53
},
54
- {
55
- Op : "add" ,
56
- Path : "/spec/template/spec/kubeadmConfigSpec/postKubeadmCommands" ,
57
- Value : & apiextensionsv1.JSON {
58
- Raw : []byte ("[]" ),
59
- },
60
- },
61
54
},
62
55
},
63
56
{
@@ -78,13 +71,6 @@ func createEmptyArraysPatch() clusterv1.ClusterClassPatch {
78
71
Raw : []byte ("[]" ),
79
72
},
80
73
},
81
- {
82
- Op : "add" ,
83
- Path : "/spec/template/spec/postKubeadmCommands" ,
84
- Value : & apiextensionsv1.JSON {
85
- Raw : []byte ("[]" ),
86
- },
87
- },
88
74
},
89
75
},
90
76
},
Original file line number Diff line number Diff line change 33
33
- op : add
34
34
path : /spec/template/spec/kubeadmConfigSpec/files
35
35
value : []
36
- - op : add
37
- path : /spec/template/spec/kubeadmConfigSpec/postKubeadmCommands
38
- value : []
39
36
selector :
40
37
apiVersion : controlplane.cluster.x-k8s.io/v1beta2
41
38
kind : KubeadmControlPlaneTemplate
45
42
- op : add
46
43
path : /spec/template/spec/files
47
44
value : []
48
- - op : add
49
- path : /spec/template/spec/postKubeadmCommands
50
- value : []
51
45
selector :
52
46
apiVersion : bootstrap.cluster.x-k8s.io/v1beta2
53
47
kind : KubeadmConfigTemplate
Original file line number Diff line number Diff line change 33
33
- op : add
34
34
path : /spec/template/spec/kubeadmConfigSpec/files
35
35
value : []
36
- - op : add
37
- path : /spec/template/spec/kubeadmConfigSpec/postKubeadmCommands
38
- value : []
39
36
selector :
40
37
apiVersion : controlplane.cluster.x-k8s.io/v1beta2
41
38
kind : KubeadmControlPlaneTemplate
45
42
- op : add
46
43
path : /spec/template/spec/files
47
44
value : []
48
- - op : add
49
- path : /spec/template/spec/postKubeadmCommands
50
- value : []
51
45
selector :
52
46
apiVersion : bootstrap.cluster.x-k8s.io/v1beta2
53
47
kind : KubeadmConfigTemplate
You can’t perform that action at this time.
0 commit comments