Skip to content

Commit

Permalink
chore: do not sleep by deffault
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent 450a9e6 commit f59df78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
containers:
- name: cardano-node
image: "{{ .image.repository }}:{{ .image.tag }}"
{{- if .sleep }}
{{- if .sleep | default false }}
command: ["bash", "-c", "sleep infinity"]
{{- end }}
env:
Expand Down

0 comments on commit f59df78

Please sign in to comment.