Skip to content

Commit

Permalink
ci: fix yaml typo in testnet manifest
Browse files Browse the repository at this point in the history
Follow-up to #3699, which introduced a YAML typo I overlooked.
Will need to be backported to release branch for 65 if we want to use
the automated deploy pipeline.
  • Loading branch information
conorsch committed Feb 8, 2024
1 parent 47a2264 commit e0aa5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/helmfile.d/penumbra-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ releases:
# It's not strictly necessary to wait for node deploys, but doing so allows us to exercise
# the public HTTPS RPC endpoint for joining, which is nice.
- penumbra-testnet-nodes
values:
values:
- penumbra_bootstrap_node_cometbft_rpc_url: "https://rpc.testnet.penumbra.zone"
- ingressRoute:
enabled: false
Expand Down

0 comments on commit e0aa5e0

Please sign in to comment.