Skip to content

Commit

Permalink
Delete unneeded param which is crashing besu container
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibinger committed Sep 16, 2024
1 parent 9cfd184 commit 82401c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/charts/besu-prysm/templates/besu.statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ spec:
- "--data-storage-format=BONSAI"
- "--rpc-tx-feecap=0"
- "--logging={{ .Values.excutionClient.logging.level }}"
- "--kzg-trusted-setup={{ .Values.shared.configDataDir }}/trusted_setup.txt"
ports:
- name: http-rpc
containerPort: {{ .Values.excutionClient.ports.http }}
Expand Down

0 comments on commit 82401c6

Please sign in to comment.