helm/alpine: add args for sleeping

This commit is contained in:
Nico Schottelius 2026-01-26 13:33:43 +01:00
commit 690d15361a

View file

@ -26,6 +26,9 @@ spec:
containers:
- name: alpine
image: alpine:{{ .Chart.AppVersion }}
args:
- sleep
- "1000000"
volumeMounts:
- name: data
mountPath: "/data"