Skip to content

Commit 84c6aed

Browse files
Update helm/olmv1/templates/deployment-olmv1-system-catalogd-controller-manager.yml
Co-authored-by: Todd Short <tmshort@users.noreply.github.com>
1 parent 90b470a commit 84c6aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/olmv1/templates/deployment-olmv1-system-catalogd-controller-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
strategy:
1717
type: RollingUpdate
1818
rollingUpdate:
19-
maxSurge: 1 # Allow temporary extra pod (e.g., 3 pods with 2 replicas) for zero-downtime updates
19+
maxSurge: 1 # Allow temporary extra pod for zero-downtime updates
2020
maxUnavailable: 0 # Never allow pods to be unavailable during updates
2121
selector:
2222
matchLabels:

0 commit comments

Comments
 (0)