Skip to content

Commit

Permalink
fix: remove docs comments for rollingUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Nov 25, 2024
1 parent b800692 commit f5ee518
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,8 @@ deployment:
# @section -- Deployment Parameters
type: RollingUpdate
# rollingUpdate:
# -- (string) Max unavailable pods during update.
# @section -- Deployment Parameters
# maxUnavailable: 25%
# -- (string) Max surge pods during update.
# @section -- Deployment Parameters
# maxSurge: 25%
# maxUnavailable: 25%
# maxSurge: 25%
# -- (bool) Reload deployment if attached Secret/ConfigMap changes.
# @section -- Deployment Parameters
reloadOnChange: true
Expand Down

0 comments on commit f5ee518

Please sign in to comment.