Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing capitalization in README: alazbackend instead of alazBackend (with a capital B) #14

Open
kastl-ars opened this issue Sep 10, 2024 · 0 comments

Comments

@kastl-ars
Copy link

kastl-ars commented Sep 10, 2024

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` |

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:

spec:
  replicas: {{ .Values.alazBackend.replicas }}

https://github.com/getanteon/anteon-helm-charts/blob/master/charts/anteon/templates/alaz-backend.yaml#L8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant