Commit 2e7ef2b0 authored by Chris Bandy's avatar Chris Bandy Committed by andrewlecuyer
Browse files

Use the Recreate strategy to update operator pods

parent 08cafcbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ metadata:
    {{- include "install.labels" . | nindent 4 }}
spec:
  replicas: 1
  strategy: { type: Recreate }
  selector:
    matchLabels:
      {{- include "install.crunchyLabels" . | nindent 6 }}
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ metadata:
  name: pgo
spec:
  replicas: 1
  strategy: { type: Recreate }
  template:
    spec:
      containers: