mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
6 lines
153 B
YAML
6 lines
153 B
YAML
|
extraContainers: |
|
||
|
- name: sidecar-tpl
|
||
|
image: {{ .Values.image.repository }}:latest
|
||
|
command: ["/bin/sh"]
|
||
|
args: ["-c", "date; sleep 3600;"]
|