Skip to content

Commit 9e192e4

Browse files
🌱 Remove metadata key with empty value in cluster template (#2008)
remove metadata key with empty value in cluster template In `v1beta2` the `metadata` field present in Cluster object's `.spec.topology.controlPlane.metadata` and `.spec.topology.workers.machineDeployments[].metadata` should not be specified with a zero value `{}`. As the field now contains the marker `omitzero`. Signed-off-by: Dhairya Arora <dhairya.arora@syself.com>
1 parent 8e8b14c commit 9e192e4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

templates/cluster-templates/v1beta1/cluster-class-topology-example.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ spec:
1414
classRef:
1515
name: quick-start
1616
controlPlane:
17-
metadata: {}
1817
replicas: 3
1918
variables:
2019
# All Variables:

0 commit comments

Comments
 (0)