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 b50d21a commit f9102eeCopy full SHA for f9102ee
helm-charts/kubero/templates/deployment.yaml
@@ -6,6 +6,8 @@ metadata:
6
{{- include "kubero.labels" . | nindent 4 }}
7
spec:
8
replicas: {{ .Values.replicaCount }}
9
+ strategy:
10
+ type: Recreate
11
selector:
12
matchLabels:
13
{{- include "kubero.selectorLabels" . | nindent 6 }}
0 commit comments