helm/alpine: add args for sleeping
This commit is contained in:
parent
883ca98a3f
commit
690d15361a
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ spec:
|
|||
containers:
|
||||
- name: alpine
|
||||
image: alpine:{{ .Chart.AppVersion }}
|
||||
args:
|
||||
- sleep
|
||||
- "1000000"
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: "/data"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue