Skip to content

Commit 19ba6ec

Browse files
charts/gateway: allow "enabled" field in the schema (#58278)
* charts/gateway: allow "enabled" field in the schema * add release notes
1 parent 878795a commit 19ba6ec

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

manifests/charts/gateway/values.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"global": {
1212
"type": "object"
1313
},
14+
"enabled": {
15+
"description": "Field used as a condition when this chart is included as a dependency. It's allowed in the schema, but the chart itself does not read it. For more information see: https://helm.sh/docs/chart_best_practices/dependencies/#conditions-and-tags.",
16+
"type": "boolean"
17+
},
1418
"affinity": {
1519
"type": "object"
1620
},
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: release-notes/v2
2+
3+
kind: bug-fix
4+
area: installation
5+
issue:
6+
- 58277
7+
releaseNotes:
8+
- |
9+
**Fixed** `istio-gateway` helm chart values schema to allow top-level `enabled` field.

0 commit comments

Comments
 (0)