Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jan 3, 2024
1 parent 84805c7 commit ce130b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tezos/templates/octez-baker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
value: {{ join " " $v.bake_using_accounts }}
{{- if $v.operations_pool | default false }}
- name: OPERATIONS_POOL
value: "{{ $v.oprations_pool }}"
value: "{{ $v.operations_pool }}"
{{- end }}
{{- if $v.dal_node_rpc_url | default false }}
- name: DAL_NODE_RPC_URL
Expand Down

0 comments on commit ce130b3

Please sign in to comment.