Skip to content

Commit

Permalink
feat: generate manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiTyping committed Dec 4, 2023
1 parent a18a874 commit cd5e062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ spec:
description: p2p maximum number of inbound peers. If unset,
defaults to 20.
format: int32
minimum: 0
minimum: 1
type: integer
maxOutboundPeers:
description: p2p maximum number of outbound peers. If unset,
defaults to 20.
format: int32
minimum: 0
minimum: 1
type: integer
overrides:
description: 'Customize config.toml. Values entered here take
Expand Down

0 comments on commit cd5e062

Please sign in to comment.