Skip to content

Commit 87c7d9a

Browse files
marcuzlucacome
authored andcommitted
fix: controller.topologySpreadConstraints schema (#3527)
Signed-off-by: Marco Londero <[email protected]> (cherry picked from commit 27973bf)
1 parent afd916c commit 87c7d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/helm-chart/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
"type": "object",
459459
"default": {},
460460
"title": "The topologySpreadConstraints Schema",
461-
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint"
461+
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.4/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/topologySpreadConstraints"
462462
},
463463
"volumes": {
464464
"type": "array",

0 commit comments

Comments
 (0)