From d70a412efe20d1b5caa92eaf17de4de9c3b9a466 Mon Sep 17 00:00:00 2001 From: Andy Pliszka Date: Mon, 16 Oct 2023 11:06:51 -0400 Subject: [PATCH] fix(CosmosFullNode): updates CRD with addrbook --- .../cosmos.strange.love_cosmosfullnodes.yaml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml b/config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml index 7b6adf39..ce869fa6 100644 --- a/config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml +++ b/config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml @@ -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.