From 90946dcb4401b34900549cbe82bcfad6fb32c006 Mon Sep 17 00:00:00 2001 From: oap75 Date: Thu, 8 Feb 2024 10:14:03 +0200 Subject: [PATCH] fixup! DOC: fix README --- charts/rollups-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rollups-node/README.md b/charts/rollups-node/README.md index 7a7dd83..c281dbc 100644 --- a/charts/rollups-node/README.md +++ b/charts/rollups-node/README.md @@ -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`. |