Skip to content

Commit

Permalink
fix schema type
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Sep 26, 2023
1 parent 5430f67 commit bdc9c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vald/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,7 @@ manager:
keepalive: 15m #indexer fetches uncommitted index length, which includes huge payload so we need to set keepalive longer than usual
# @schema {"name": "manager.index.corrector", "type": "object"}
corrector:
# @schema {"name": "manager.index.corrector.enabled", "type": "bool"}
# @schema {"name": "manager.index.corrector.enabled", "type": "boolean"}
# manager.index.corrector.enabled -- enable index correction CronJob
enabled: false
# @schema {"name": "manager.index.corrector.check_duration", "type": "string"}
Expand Down

0 comments on commit bdc9c70

Please sign in to comment.