We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cafcb commit 2e7ef2bCopy full SHA for 2e7ef2b
helm/install/templates/manager.yaml
@@ -6,6 +6,7 @@ metadata:
6
{{- include "install.labels" . | nindent 4 }}
7
spec:
8
replicas: 1
9
+ strategy: { type: Recreate }
10
selector:
11
matchLabels:
12
{{- include "install.crunchyLabels" . | nindent 6 }}
kustomize/install/bases/manager/manager.yaml
@@ -5,6 +5,7 @@ metadata:
5
name: pgo
template:
containers:
0 commit comments