Skip to content

Commit

Permalink
fix: configuraiton regression related to values schema
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Jan 4, 2021
1 parent 21f2255 commit 377ff36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"clusterConfigShared": {
"type": "object",
"properties": {
"enabled": { "type": "boolean", "default": true, "title": "either cluster enabled" },
"kafkaVersion": { "type": "string", "default": "2.2.0" },
"jmxEnabled": { "type": "boolean", "default": false },
"jmxUser": { "type": ["null", "string"], "default": null },
Expand Down Expand Up @@ -56,7 +57,6 @@
{ "$ref": "#/definitions/clusterConfigShared" },
{ "properties": {
"name": { "type": "string", "title": "display name for the cluster" },
"enabled": { "type": "boolean", "default": true, "title": "either the cluster enabled" },
"curatorConfig": { "$ref": "#/definitions/curatorConfig" }
}
}
Expand Down
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cmak:
zkMaxRetry: 100
baseSleepTimeMs: 100
maxSleepTimeMs: 1000
enabled: true
kafkaVersion: "2.2.0"
jmxEnabled: false
jmxUser: null
Expand Down

0 comments on commit 377ff36

Please sign in to comment.