Skip to content

Commit 87b0836

Browse files
committed
feat: fix sepolia helios
1 parent c42e146 commit 87b0836

File tree

18 files changed

+71
-60
lines changed

18 files changed

+71
-60
lines changed

charts/aztec-node-old/templates/secret.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{{- if has "--sequencer" .Values.node.startCmd }}
2+
apiVersion: v1
3+
kind: Secret
4+
metadata:
5+
name: {{ include "chart.fullname" . }}-keystore
6+
labels:
7+
{{- include "chart.labels" . | nindent 4 }}
8+
stringData:
9+
keystore.json: |
10+
{
11+
"schemaVersion": 1,
12+
"validators": [
13+
{
14+
"attester": ["{{ .Values.node.attesterPrivateKey }}"],
15+
"feeRecipient": "{{ .Values.node.feeRecipient | default "0x0000000000000000000000000000000000000000000000000000000000000000" }}"
16+
}
17+
]
18+
}
19+
{{- end }}
File renamed without changes.

0 commit comments

Comments
 (0)