Skip to content

Commit

Permalink
docs: Don't omit "all" in README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNix committed Aug 16, 2023
1 parent 7ab7bda commit f02f3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ thus minimizing human intervention and human error.
* CosmosFullNode: The chain must be built from the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk).
* CosmosFullNode: Validator sentries require a remote signer such as [horcrux](https://github.com/strangelove-ventures/horcrux).
* CosmosFullNode: The controller requires [heighliner](https://github.com/strangelove-ventures/heighliner) images. If you build your own image, you will need a shell `sh` and set the uid:gid to 1025:1025. If running as a validator sentry, you need `sleep` as well.
* CosmosFullNode: May not work with Cosmos chains. (Some chains diverge from common conventions and best practices.)
* CosmosFullNode: May not work for all Cosmos chains. (Some chains diverge from common conventions and best practices.)

# CosmosFullNode CRD

Expand All @@ -39,7 +39,7 @@ The CosmosFullNode controller is like a StatefulSet for running Cosmos SDK block
A CosmosFullNode can be configured to run as an RPC node, a validator sentry, or a seed node. All configurations can
be used as persistent peers.

As of this writing, Strangelove has been running CosmosFullNode in production for several months.
As of this writing, Strangelove has been running CosmosFullNode in production for many months.

[Minimal example yaml](./config/samples/cosmos_v1_cosmosfullnode.yaml)

Expand Down

0 comments on commit f02f3e5

Please sign in to comment.