Skip to content

Commit

Permalink
doc: fix hpa documentation in the helm chart (#39307)
Browse files Browse the repository at this point in the history
Co-authored-by: raphaelauv <raphaelauv@users.noreply.github.com>
  • Loading branch information
raphaelauv and raphaelauv committed Apr 29, 2024
1 parent 28a240a commit cb73815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1542,12 +1542,12 @@
"default": false
},
"minReplicaCount": {
"description": "Minimum number of workers created by KEDA.",
"description": "Minimum number of workers created by HPA.",
"type": "integer",
"default": 0
},
"maxReplicaCount": {
"description": "Maximum number of workers created by KEDA.",
"description": "Maximum number of workers created by HPA.",
"type": "integer",
"default": 5
},
Expand Down

0 comments on commit cb73815

Please sign in to comment.