@@ -100,9 +100,6 @@ providers:
100
100
- sourcePath : " ../data/shared/v1.8/metadata.yaml"
101
101
- name : v1.9.99 # next; use manifest from source files
102
102
value : ../../../config/default
103
- replacements :
104
- - old : " --leader-elect"
105
- new : " --leader-elect\n - --logging-format=json"
106
103
files :
107
104
- sourcePath : " ../data/shared/main/metadata.yaml"
108
105
@@ -174,9 +171,6 @@ providers:
174
171
- sourcePath : " ../data/shared/v1.8/metadata.yaml"
175
172
- name : v1.9.99 # next; use manifest from source files
176
173
value : ../../../bootstrap/kubeadm/config/default
177
- replacements :
178
- - old : " --leader-elect"
179
- new : " --leader-elect\n - --logging-format=json"
180
174
files :
181
175
- sourcePath : " ../data/shared/main/metadata.yaml"
182
176
@@ -248,9 +242,6 @@ providers:
248
242
- sourcePath : " ../data/shared/v1.8/metadata.yaml"
249
243
- name : v1.9.99 # next; use manifest from source files
250
244
value : ../../../controlplane/kubeadm/config/default
251
- replacements :
252
- - old : " --leader-elect"
253
- new : " --leader-elect\n - --logging-format=json"
254
245
files :
255
246
- sourcePath : " ../data/shared/main/metadata.yaml"
256
247
@@ -337,9 +328,6 @@ providers:
337
328
- sourcePath : " ../data/infrastructure-docker/v1.8/clusterclass-quick-start.yaml"
338
329
- name : v1.9.99 # next; use manifest from source files
339
330
value : ../../../test/infrastructure/docker/config/default
340
- replacements :
341
- - old : " --leader-elect"
342
- new : " --leader-elect\n - --logging-format=json"
343
331
files :
344
332
# Add cluster templates
345
333
- sourcePath : " ../data/infrastructure-docker/main/cluster-template.yaml"
@@ -369,9 +357,6 @@ providers:
369
357
versions :
370
358
- name : v1.9.99 # next; use manifest from source files
371
359
value : ../../../test/infrastructure/inmemory/config/default
372
- replacements :
373
- - old : " --leader-elect"
374
- new : " --leader-elect\n - --logging-format=json"
375
360
files :
376
361
# Add cluster templates
377
362
- sourcePath : " ../data/infrastructure-inmemory/main/clusterclass-in-memory.yaml"
@@ -383,9 +368,6 @@ providers:
383
368
versions :
384
369
- name : v1.9.99 # next; use manifest from source files
385
370
value : ../../../test/extension/config/default
386
- replacements :
387
- - old : " --leader-elect"
388
- new : " --leader-elect\n - --logging-format=json"
389
371
files :
390
372
- sourcePath : " ../data/shared/main/metadata.yaml"
391
373
0 commit comments