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 57fa06f commit dc01b6dCopy full SHA for dc01b6d
VERSION
@@ -1 +1 @@
1
-0.1.9
+0.1.10-rc.1
helm-charts/kubero/templates/deployment.yaml
@@ -5,8 +5,6 @@ metadata:
5
labels:
6
{{- include "kubero.labels" . | nindent 4 }}
7
spec:
8
- strategy:
9
- type: Recreate
10
replicas: {{ .Values.replicaCount }}
11
selector:
12
matchLabels:
@@ -25,6 +23,7 @@ spec:
25
23
{{- toYaml . | nindent 8 }}
26
24
{{- end }}
27
serviceAccountName: {{ include "kubero.serviceAccountName" . }}
+ terminationGracePeriodSeconds: 0
28
securityContext:
29
{{- toYaml .Values.podSecurityContext | nindent 8 }}
30
containers:
0 commit comments