Skip to content

Commit

Permalink
🐛 Missing scheam
Browse files Browse the repository at this point in the history
Signed-off-by: afreyermuth98 <[email protected]>
  • Loading branch information
afreyermuth98 committed Dec 10, 2024
1 parent 1258217 commit 91e64c0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions charts/k6-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@
"title": "affinity",
"type": "object"
},
"service": {
"additionalProperties": false,
"properties": {
"enabled": {
"default": false,
"description": "service.enabled -- enables the service",
"title": "enabled",
"type": "boolean"
},
"labels": {
"additionalProperties": true,
"description": "service.labels -- service custom labels",
"title": "labels",
"type": "object"
},
"annotations": {
"additionalProperties": true,
"description": "service.annotations -- service custom annotations",
"title": "labels",
"type": "object"
},
"authProxy": {
"additionalProperties": false,
"properties": {
Expand Down

0 comments on commit 91e64c0

Please sign in to comment.