diff --git a/charts/safe-transaction-service/README.md b/charts/safe-transaction-service/README.md
index 12d217c..51efcee 100644
--- a/charts/safe-transaction-service/README.md
+++ b/charts/safe-transaction-service/README.md
@@ -73,120 +73,111 @@ helm show values safe/safe-transaction-service
### Common parameters
-| Parameter | Description | Default |
-|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
-| nameOverride | Provide a name in place of safe-transaction-service for `app:` labels | "" |
-| fullnameOverride | Provide a name to substitute for the full names of resources | "" |
+| Parameter | Description | Default |
+|---|---|---|
+| nameOverride | Provide a name in place of safe-transaction-service for `app:` labels | "" |
+| fullnameOverride | Provide a name to substitute for the full names of resources | "" |
### Installation parameters
-| Parameter | Description | Default |
-|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
-| replicaCount | Number of instance for safe-transaction-service-web | 1 |
-| image.repository | safe-transaction-service image name | safeglobal/safe-transaction-service |
-| image.tag | safe-transaction-service image tag | latest |
-| image.pullPolicy | Image pull policy | Always |
-| extraEnv | Specify additional environment variables | [] |
-
-
+| Parameter | Description | Default |
+|---|---|---|
+| replicaCount | Number of instance for safe-transaction-service-web | 1 |
+| image.repository | safe-transaction-service image name | safeglobal/safe-transaction-service |
+| image.tag | safe-transaction-service image tag | latest |
+| image.pullPolicy | Image pull policy | Always |
+| extraEnv | Specify additional environment variables | [] |
### Configuration parameters
-| Parameter | Description | Default |
-|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
-| config.debug | Enable debug mode | true |
-| config.queues | Worker queues to enabled | default,indexing,contracts,tokens,notifications,webhooks |
-| config.secretKey | Django secret key | "" |
-| config.csrf.trustedOrigins | Trusted origins should refer to safe-wallet-web URL | "" |
-| config.node.url | URL of the Ethereum RPC endpoint | "" |
-| config.node.useGanacheNode | Specify if you want to use a testing Ganache node | false |
-| config.database.runMigration | Run Database migration on startup | true |
-| config.database.url | Database Url (plsql://...) if `safe-transaction-service-postgresql.enabled=false` (e.g `plsql://user:pw@host:port/db`) | "" |
-| config.redis.url | Redis Url (redis://...) if `safe-transaction-service-redis.enabled=false` (e.g `redis://`) | "" |
-| config.rabbitmq.url | RabbitMQ Url (amqp://...) if `safe-transaction-service-rabbitmq.enabled=false` (e.g `amqp://`) | "" |
-| config.admin.auth.enabled | Auto-configure Django admin panel on startup | true |
-| config.admin.auth.username | Django admin panel username | root |
-| config.admin.auth.password | Django admin panel password | root123 |
-| config.admin.auth.email | Django admin panel email | root@example.com |
+| Parameter | Description | Default |
+|---|---|---|
+| config.debug | Enable debug mode | true |
+| config.queues | Worker queues to enabled | default,indexing,contracts,tokens,notifications,webhooks |
+| config.secretKey | Django secret key | "" |
+| config.csrf.trustedOrigins | Trusted origins should refer to safe-wallet-web URL | "" |
+| config.node.url | URL of the Ethereum RPC endpoint | "" |
+| config.node.useGanacheNode | Specify if you want to use a testing Ganache node | false |
+| config.database.runMigration | Run Database migration on startup | true |
+| config.database.url | Database URL
if `safe-transaction-service-postgresql.enabled=false`
e.g `plsql://user:pw@host:port/db` | "" |
+| config.redis.url | Redis URL
if `safe-transaction-service-redis.enabled=false`
e.g `redis://user:pw@host:port/0` | "" |
+| config.rabbitmq.url | RabbitMQ URL
if `safe-transaction-service-rabbitmq.enabled=false`
e.g `amqp://` | "" |
+| config.admin.auth.enabled | Autoconfigure Django admin panel on startup | true |
+| config.admin.auth.username | Django admin panel username | root |
+| config.admin.auth.password | Django admin panel password | root123 |
+| config.admin.auth.email | Django admin panel email | root@example.com |
### Pod parameters
-| Parameter | Description | Default |
-|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
-| scheduler.nodeSelector | | {} |
-| scheduler.affinity | | {} |
-| scheduler.tolerations | | {} |
-| scheduler.securityContext | | {} |
-| scheduler.podSecurityContext | | {} |
-| scheduler.resources | | {} |
-| indexer.nodeSelector | | {} |
-| indexer.affinity | | {} |
-| indexer.tolerations | | {} |
-| indexer.securityContext | | {} |
-| indexer.podSecurityContext | | {} |
-| indexer.resources | | {} |
-| web.nodeSelector | | {} |
-| web.affinity | | {} |
-| web.tolerations | | {} |
-| web.securityContext | | {} |
-| web.podSecurityContext | | {} |
-| web.resources | | {} |
+| Parameter | Description | Default |
+|---|---|---|
+| scheduler.nodeSelector | | {} |
+| scheduler.affinity | | {} |
+| scheduler.tolerations | | {} |
+| scheduler.securityContext | | {} |
+| scheduler.podSecurityContext | | {} |
+| scheduler.resources | | {} |
+| indexer.nodeSelector | | {} |
+| indexer.affinity | | {} |
+| indexer.tolerations | | {} |
+| indexer.securityContext | | {} |
+| indexer.podSecurityContext | | {} |
+| indexer.resources | | {} |
+| web.nodeSelector | | {} |
+| web.affinity | | {} |
+| web.tolerations | | {} |
+| web.securityContext | | {} |
+| web.podSecurityContext | | {} |
+| web.resources | | {} |
### Ingress parameters
-| Parameter | Description | Default |
-|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
-| ingress.enabled | Enable ingress | true |
-| ingress.ingressClassName | Ingress class name | nginx |
-| ingress.host | Ingress host | txs-service.minikube.net |
-| ingress.annotations | Ingress annotations | nginx.ingress.kubernetes.io/force-ssl-redirect : "true" nginx.ingress.kubernetes.io/enable-cors : "false" |
-
-
-### Ganache node parameters
-
-| Parameter | Description | Default |
-|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
-| ganacheNode.enabled | Enable a Ganache (testing) node | true |
-| ganacheNode.config.mnemonic | Ganache mnemonic used to deploy Safe contracts | "test test test test test test test test test test test junk" |
-| ganacheNode.config.chainId | Ganache Chain ID | 1337 |
-| ganacheNode.config.persistence.storageClass | Ganache persistence class | standard |
-| ganacheNode.config.persistence.size | Ganache persistence size | 100Mi |
-| ganacheNode.ingress.enabled | Enable ingress to expose the node | true |
-| ganacheNode.ingress.ingressClassName | Node ingress class | nginx |
-| ganacheNode.ingress.host | Node ingress host | node.minikube.net |
-| ganacheNode.ingress.annotations | Node ingress annotation | {} |
-| | | |
+| Parameter | Description | Default |
+|---|---|---|
+| ingress.enabled | Enable ingress | true |
+| ingress.ingressClassName | Ingress class name | nginx |
+| ingress.host | Ingress host | txs-service.minikube.net |
+| ingress.annotations | Ingress annotations | nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/enable-cors: "false" |
+
+### Ganache (testing node) parameters
+
+| Parameter | Description | Default |
+|---|---|---|
+| ganacheNode.enabled | Enable a Ganache (testing) node | true |
+| ganacheNode.config.mnemonic | Ganache mnemonic used to deploy Safe contracts | "test test test test test test test test test test test junk" |
+| ganacheNode.config.chainId | Ganache Chain ID | 1337 |
+| ganacheNode.config.persistence.storageClass | Ganache persistence class | standard |
+| ganacheNode.config.persistence.size | Ganache persistence size | 100Mi |
+| ganacheNode.ingress.enabled | Enable ingress to expose the node | true |
+| ganacheNode.ingress.ingressClassName | Node ingress class | nginx |
+| ganacheNode.ingress.host | Node ingress host | node.minikube.net |
+| ganacheNode.ingress.annotations | Node ingress annotation | {} |
+
### Database parameters
-| Parameter | Description | Default |
-|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
-| safe-transaction-service-postgresql.enabled | Spin up a PostgreSQL database | true |
-| | |
+| Parameter | Description | Default |
+|---|---|---|
+| safe-transaction-service-postgresql.enabled | Spin up a PostgreSQL instance | true |
Refer to [bitnami/postgresql](https://artifacthub.io/packages/helm/bitnami/postgresql) for configuration.
### Redis parameters
-| Parameter | Description | Default |
-|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
-| safe-transaction-service-redis.enabled | Spin up a Redis instance | true |
-| | |
+| Parameter | Description | Default |
+|---|---|---|
+| safe-transaction-service-redis.enabled | Spin up a Redis instance | true |
Refer to [bitnami/redis](https://artifacthub.io/packages/helm/bitnami/redis) for configuration.
### RabbitMQ parameters
-| Parameter | Description | Default |
-|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
-| safe-transaction-service-rabbitmq.enabled | Spin up a RabbitMQ instance | true |
-| | |
+| Parameter | Description | Default |
+|---|---|---|
+| safe-transaction-service-rabbitMQ.enabled | Spin up a RabbitMQ instance | true |
Refer to [bitnami/rabbitmq](https://artifacthub.io/packages/helm/bitnami/rabbitmq) for configuration.
-
-
-
## Troubleshooting
-