diff --git a/lib/charts/besu-prysm/templates/besu.statefulset.yaml b/lib/charts/besu-prysm/templates/besu.statefulset.yaml index c74f9d134..8bc44c766 100644 --- a/lib/charts/besu-prysm/templates/besu.statefulset.yaml +++ b/lib/charts/besu-prysm/templates/besu.statefulset.yaml @@ -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 }}