Skip to content

Commit

Permalink
fix(CosmosFullNode): updates CRD with addrbook
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiTyping committed Oct 16, 2023
1 parent a4120ab commit d70a412
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@ spec:
properties:
addrbookScript:
description: 'Specify shell (sh) script commands to properly download
and save the address book file. Prefer AddrbookURL if the file is
in a conventional format. The available shell commands are from
docker image ghcr.io/strangelove-ventures/infra-toolkit, including
wget and curl. Save the file to env var $ADDRBOOK_FILE. E.g.
curl https://url-to-addrbook.com > $GENESIS_FILE
Takes precedence over AddrbookURL. Hint: Use "set -eux" in your
script. Available env vars: $HOME: The home directory. $ADDRBOOK_FILE:
The location of the final address book file. $CONFIG_DIR: The location
of the config dir that houses the address book file. Used for extracting
from archives. The archive must have a single file called "addrbook.json".'
and save the address book file. Prefer AddrbookURL if the file
is in a conventional format. The available shell commands are
from docker image ghcr.io/strangelove-ventures/infra-toolkit,
including wget and curl. Save the file to env var $ADDRBOOK_FILE.
E.g. curl https://url-to-addrbook.com > $ADDRBOOK_FILE Takes
precedence over AddrbookURL. Hint: Use "set -eux" in your script.
Available env vars: $HOME: The home directory. $ADDRBOOK_FILE:
The location of the final address book file. $CONFIG_DIR: The
location of the config dir that houses the address book file.
Used for extracting from archives. The archive must have a single
file called "addrbook.json".'
type: string
addrbookURL:
description: 'URL to address book file to download from the internet.
If not set, uses the address book file created from the
init subcommand. The operator detects and properly handles the following
file extensions: .json, .json.gz, .tar, .tar.gz, .tar.gzip,
.zip Use AddrbookScript if the chain has an unconventional file
format or address book location.'
The operator detects and properly handles the following file
extensions: .json, .json.gz, .tar, .tar.gz, .tar.gzip, .zip
Use AddrbookScript if the chain has an unconventional file format
or address book location.'
type: string
app:
description: App configuration applied to app.toml.
Expand Down

0 comments on commit d70a412

Please sign in to comment.