Skip to content

Commit ae8ccf4

Browse files
committed
Fix path in EVM RPC secret mapping
1 parent 8f568c0 commit ae8ccf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operations/staking-rewards-controller-stage.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ job "staking-rewards-controller-stage" {
7979
8080
{{ $apiKeyPrefix := "api_key_" }}
8181
{{ $allocIndex := env "NOMAD_ALLOC_INDEX" }}
82-
{{ with secret "kv/jsonrpc/stage/operator-registry-controller/infura/eth" }}
82+
{{ with secret "kv/jsonrpc/stage/staking-rewards-controller/infura/eth" }}
8383
EVM_JSON_RPC="https://sepolia.infura.io/v3/{{ index .Data.data (print $apiKeyPrefix $allocIndex) }}"
8484
{{ end }}
8585
EOH

0 commit comments

Comments
 (0)