remove sleep infinity

This commit is contained in:
2026-01-03 23:58:01 +00:00
parent 93cb475388
commit c22c34a935

View File

@@ -51,7 +51,6 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
command: [sleep, infinity]
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 12 }}