Skip to content

Commit

Permalink
install: add rollingUpdate strategy in caa daemonset
Browse files Browse the repository at this point in the history
Fixes: confidential-containers#1214

Signed-off-by: Qi Feng Huo <huoqif@cn.ibm.com>
  • Loading branch information
huoqifeng authored and lysliu committed Nov 9, 2023
1 parent dae825b commit 62ec748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/yamls/caa-pod.yaml
Expand Up @@ -9,6 +9,10 @@ spec:
selector:
matchLabels:
app: cloud-api-adaptor
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
template:
metadata:
labels:
Expand Down

0 comments on commit 62ec748

Please sign in to comment.