Skip to content

Commit

Permalink
chore: adding sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent 0a4854a commit 450a9e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/cf-ledger-sync/templates/cardano-node-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
containers:
- name: cardano-node
image: "{{ .image.repository }}:{{ .image.tag }}"
{{- if .sleep }}
command: ["bash", "-c", "sleep infinity"]
{{- end }}
env:
- name: RESTORE_SNAPSHOT
value: "{{ .mithrilRestore | default true }}"
Expand Down

0 comments on commit 450a9e6

Please sign in to comment.