You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though in the latest docker image (containing the above-mentioned commit) this still happens.
# -- Main application web-pod's
# @default -- *See single entries below for details*
appServer:
disruptionBudget:
# -- (int) Number of pods allowed to be unavailable (exclusive, not allowed in combination with minAvailable)
# @default -- `1`
maxUnavailable: ~
and
# -- Main application web-pod's
# @default -- *See single entries below for details*
appServer:
disruptionBudget:
# -- (int) Number of pods allowed to be unavailable (exclusive, not allowed in combination with minAvailable)
# @default -- `1`
maxUnavailable:
both generate:
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| appServer | object | *See single entries below for details* | Main application web-pod's |
| appServer.disruptionBudget.maxUnavailable | int | `nil` | Number of pods allowed to be unavailable (exclusive, not allowed in combination with minAvailable) |
Will output:
| field | string | `nil` | Field description |
Whereas
Outputs:
| field | string | Default value description | Field description |
The text was updated successfully, but these errors were encountered: