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 bpradipt committed Jul 31, 2023
1 parent df16ed6 commit 4e9c482
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 4e9c482

Please sign in to comment.