You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README contains a typo that affects setting the number of replicas for the alazBackend:
The README contains the key as alazbackend.replicas (or similar with the other sub-keys):
| `alazbackend.replicas` | Number of replicas for the Alaz Backend service. | integer | `3` |
| `alazbackend.celeryBeatReplicas` | Number of replicas for the Alaz Backend Celery Beat service. | integer | `1` |
| `alazbackend.celeryWorkerReplicas` | Number of replicas for the Alaz Backend Celery Worker service. | integer | `2` |
| `alazbackend.requestWriterReplicas` | Number of replicas for the Alaz Backend Request Writer service. | integer | `1` |
The README contains a typo that affects setting the number of replicas for the
alazBackend
:The README contains the key as
alazbackend.replicas
(or similar with the other sub-keys):https://github.com/getanteon/anteon-helm-charts/blob/9a8ef9d7403f759c1d39a0db3a74b631d5778a19/charts/anteon/README.md?plain=1#L130C4-L130C17
The value that is being used has a Capital B in it -
alazBackend
. See for example here:https://github.com/getanteon/anteon-helm-charts/blob/master/charts/anteon/templates/alaz-backend.yaml#L8
The text was updated successfully, but these errors were encountered: