Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 18, 2025
1 parent 72ea2d2 commit 50361a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spartan/aztec-network/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Service Address Setup Container
- name: OTEL_COLLECTOR_ENDPOINT
value: "{{ .Values.telemetry.otelCollectorEndpoint }}"
- name: EXTERNAL_ETHEREUM_HOST
value: "{{ .Values.ethereum.exection.externalHost }}"
value: "{{ .Values.ethereum.execution.externalHost }}"
- name: ETHEREUM_PORT
value: "{{ .Values.ethereum.execution.service.port }}"
- name: EXTERNAL_BOOT_NODE_HOST
Expand Down
2 changes: 1 addition & 1 deletion spartan/aztec-network/templates/deploy-l1-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
- name: NAMESPACE
value: {{ .Release.Namespace }}
- name: EXTERNAL_ETHEREUM_HOST
value: "{{ .Values.ethereum.exection.externalHost }}"
value: "{{ .Values.ethereum.execution.externalHost }}"
- name: ETHEREUM_PORT
value: "{{ .Values.ethereum.execution.service.port }}"
- name: EXTERNAL_BOOT_NODE_HOST
Expand Down
2 changes: 1 addition & 1 deletion spartan/aztec-network/templates/setup-l2-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
- name: NAMESPACE
value: {{ .Release.Namespace }}
- name: EXTERNAL_ETHEREUM_HOST
value: "{{ .Values.ethereum.exection.externalHost }}"
value: "{{ .Values.ethereum.execution.externalHost }}"
- name: ETHEREUM_PORT
value: "{{ .Values.ethereum.execution.service.port }}"
- name: EXTERNAL_BOOT_NODE_HOST
Expand Down

0 comments on commit 50361a3

Please sign in to comment.