Skip to content

Commit

Permalink
Remove rolling update parameters from values.yaml for deployment stra…
Browse files Browse the repository at this point in the history
…tegy
  • Loading branch information
qjoly committed Dec 13, 2024
1 parent 15b8057 commit 986dd8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ deployment:
minReplicas: 1
strategy:
type: Recreate
rollingUpdate:
maxUnavailable: 25%
maxSurge: 25%
rollingUpdate: {}
# maxUnavailable: 25%

Check warning on line 22 in charts/common/values.yaml

View workflow job for this annotation

GitHub Actions / lint

22:7 [comments-indentation] comment not indented like content
# maxSurge: 25%

image:
repositorySettings:
Expand Down

0 comments on commit 986dd8d

Please sign in to comment.