Skip to content

Commit

Permalink
fix(base-cluster): additionalItems is the wrong field (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Nov 13, 2024
1 parent cd037a0 commit 0235cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/base-cluster/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@
"description": "A map of a ClusterRole name to it's rules",
"additionalProperties": {
"type": "array",
"additionalItems": {
"items": {
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master-standalone-strict/_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule"
},
"minItems": 1
Expand Down

0 comments on commit 0235cd6

Please sign in to comment.