Skip to content

Commit

Permalink
fixup! DOC: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Feb 8, 2024
1 parent 384fcf7 commit 90946dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rollups-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The command removes all the Kubernetes components associated with the chart and
| serviceAccount.create | bool | `false` | defines whether a service account should be created |
| serviceAccount.name | string | `""` | defines the name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| validator.affinity | object | `{}` | Affinity for validator pods assignment |
| validator.application | object | `{"image":{"digest":"","registry":"","repository":"","tag":""}}` | Set the application docker image # The image is used to get the snapshot if needed. |
| validator.application | object | `{"image":""}` | Set the application docker image # The image is used to get the snapshot if needed. |
| validator.args | list | `[]` | Override default container args (useful when using custom images) |
| validator.command | list | `["cartesi-rollups-node"]` | Override default container command (useful when using custom images) |
| validator.config.CARTESI_AUTH_AWS_KMS_KEY_ID | string | `""` | If set, the node will use the AWS KMS service with this key ID to sign transactions. Must be set alongside `CARTESI_AUTH_AWS_KMS_REGION`. |
Expand Down

0 comments on commit 90946dc

Please sign in to comment.