Skip to content

Commit 3e09147

Browse files
committed
Improve labels/annotations in CAPD test ClusterClass
Signed-off-by: Stefan Büringer [email protected]
1 parent 777b6b0 commit 3e09147

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/e2e/data/infrastructure-docker/main/clusterclass-quick-start.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,9 @@ spec:
513513
template:
514514
metadata:
515515
labels:
516-
InfraMachinePoolTemplate.machinePool.template.label: "InfraMachinePoolTemplate.machinePool.labelValue"
516+
InfraMachinePoolTemplate.machinePool.template.label: "InfraMachinePoolTemplate.machinePool.template.labelValue"
517517
annotations:
518-
InfraMachinePoolTemplate.machinePool.template.annotation: "InfraMachinePoolTemplate.machinePool.annotationValue"
518+
InfraMachinePoolTemplate.machinePool.template.annotation: "InfraMachinePoolTemplate.machinePool.template.annotationValue"
519519
spec:
520520
template:
521521
extraMounts:
@@ -548,9 +548,9 @@ kind: KubeadmConfigTemplate
548548
metadata:
549549
name: quick-start-mp-default-worker-bootstraptemplate
550550
labels:
551-
BootstrapConfigTemplate.machinePool.label: "BootstrapConfigTemplate.machinePool.template.labelValue"
551+
BootstrapConfigTemplate.machinePool.label: "BootstrapConfigTemplate.machinePool.labelValue"
552552
annotations:
553-
BootstrapConfigTemplate.machinePool.annotation: "BootstrapConfigTemplate.machinePool.template.annotationValue"
553+
BootstrapConfigTemplate.machinePool.annotation: "BootstrapConfigTemplate.machinePool.annotationValue"
554554
spec:
555555
template:
556556
metadata:

0 commit comments

Comments
 (0)