Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deploy/helm/clickhouse-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"type": "object",
"properties": {
"files": {
"type": "null"
"type": ["object", "null"]
},
"profiles": {
"type": ["object", "null"],
Expand Down Expand Up @@ -821,7 +821,7 @@
}
},
"serviceAccount": {
"type": "object",
"type": ["object", "null"],
"properties": {
"annotations": {
"description": "annotations to add to the service account",
Expand All @@ -833,7 +833,7 @@
},
"name": {
"description": "the name of the service account to use; if not set and create is true, a name is generated using the fullname template",
"type": "null"
"type": ["string","null"]
}
}
},
Expand Down