Skip to content

Commit c11734f

Browse files
committed
update schema validation to include annotations
1 parent 5acc262 commit c11734f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deploy/k8s/chart/values.schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@
6464
"LoadBalancer"
6565
]
6666
},
67+
68+
"annotations": {
69+
"type": "object",
70+
"title": "Annotations",
71+
"description": "Annotations for the service"
72+
},
6773
"port": {
6874
"type": "integer",
6975
"title": "Port",

0 commit comments

Comments
 (0)