Skip to content

Commit 07ba3c2

Browse files
Fix PR 4798 comments
1 parent 8f50f7a commit 07ba3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

community/examples/sycomp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Required parameter updates for each blueprint:
6666
- `security.ssh.public_key`: The file path to your SSH public key (e.g., `~/.ssh/id_rsa.pub`).
6767
- `security.customer_token.token`: Your Sycomp Customer Token. To get a customer token, contact Sycomp (`sycompstorage@sycomp.com`).
6868
- `name_prefix` (Optional): By default, `sycomp-scale-gcp` sets the value of `name_prefix` based on the `deployment_name`. Since `name_prefix` only accepts **alphanumeric** characters (letters and numbers), `sycomp-scale-gcp` automatically **removes any non-alphanumeric characters** (such as hyphens and underscores) before assigning the value. For example, a `deployment_name` of `sycomp-storage-1` would result in a `name_prefix` of `sycompstorage1`.
69-
- **`scale_config` (Optional):**
69+
- **`scale_config`** (Optional):
7070
- `scale_node_count`: The number of nodes in the Sycomp Storage cluster. Default is `3`.
7171
- `scale_volumes`: Configuration for the data disks. Default is 4 disks of 250GiB each per storage node.
7272

0 commit comments

Comments
 (0)