Skip to content

Commit dc01b6d

Browse files
committed
remove termination grace period since it is not needed
1 parent 57fa06f commit dc01b6d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.9
1+
0.1.10-rc.1

helm-charts/kubero/templates/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ metadata:
55
labels:
66
{{- include "kubero.labels" . | nindent 4 }}
77
spec:
8-
strategy:
9-
type: Recreate
108
replicas: {{ .Values.replicaCount }}
119
selector:
1210
matchLabels:
@@ -25,6 +23,7 @@ spec:
2523
{{- toYaml . | nindent 8 }}
2624
{{- end }}
2725
serviceAccountName: {{ include "kubero.serviceAccountName" . }}
26+
terminationGracePeriodSeconds: 0
2827
securityContext:
2928
{{- toYaml .Values.podSecurityContext | nindent 8 }}
3029
containers:

0 commit comments

Comments
 (0)