From c22c34a935902dea28d27c2b892735b31469c373 Mon Sep 17 00:00:00 2001 From: James Allenby Date: Sat, 3 Jan 2026 23:58:01 +0000 Subject: [PATCH] remove sleep infinity --- templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 6dfc491..42adf32 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -51,7 +51,6 @@ spec: {{- end }} containers: - name: {{ .Chart.Name }} - command: [sleep, infinity] {{- with .Values.securityContext }} securityContext: {{- toYaml . | nindent 12 }}