Skip to content

Commit

Permalink
fix(cf-idw): fix start command to fork using exec
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Jul 15, 2024
1 parent 18305a0 commit ffbf593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cf-idw/templates/witness-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
containers:
- name: witness
image: "{{ .image.repository }}:{{ .image.tag }}"
command: ["bash", "-c", "kli witness start --name witness --alias witness"]
command: ["bash", "-c", "exec kli witness start --name witness --alias witness"]
env:
- name: KERI_SCRIPT_DIR
value: /usr/local/var/keri
Expand Down

0 comments on commit ffbf593

Please sign in to comment.