Skip to content

Commit 2e7ef2b

Browse files
cbandyandrewlecuyer
authored andcommitted
Use the Recreate strategy to update operator pods
1 parent 08cafcb commit 2e7ef2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

helm/install/templates/manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
{{- include "install.labels" . | nindent 4 }}
77
spec:
88
replicas: 1
9+
strategy: { type: Recreate }
910
selector:
1011
matchLabels:
1112
{{- include "install.crunchyLabels" . | nindent 6 }}

kustomize/install/bases/manager/manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
name: pgo
66
spec:
77
replicas: 1
8+
strategy: { type: Recreate }
89
template:
910
spec:
1011
containers:

0 commit comments

Comments
 (0)