Skip to content

Commit 8dab599

Browse files
author
Pragalva
authored
Merge pull request #923 from aabidsofi19/patch-1
Increase DefaultMaxRefDepth from 10 to 50
2 parents ba01e3c + a2191b5 commit 8dab599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/manifests/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
JsonSchemaPropsRef = "JSONSchemaProps"
1818
// DefaultMaxRefDepth is the maximum depth for resolving $ref references
1919
// This prevents exponential blowup when processing large OpenAPI specs like Kubernetes
20-
DefaultMaxRefDepth = 10
20+
DefaultMaxRefDepth = 50
2121
)
2222

2323
var templateExpression *regexp.Regexp

0 commit comments

Comments
 (0)