Skip to content

Commit a72e539

Browse files
authored
Merge pull request kubernetes-sigs#9469 from sbueringer/pr-fix-capd-cc-metadata
🌱 Improve labels/annotations in CAPD test ClusterClass
2 parents 777b6b0 + 3e09147 commit a72e539

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)