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

helmchart inconsistency: replica vs. replicaCount #2193

Closed
Brice187 opened this issue Jul 27, 2023 · 0 comments · Fixed by #2214
Closed

helmchart inconsistency: replica vs. replicaCount #2193

Brice187 opened this issue Jul 27, 2023 · 0 comments · Fixed by #2214
Assignees
Labels
argo-cd bug Something isn't working

Comments

@Brice187
Copy link

Brice187 commented Jul 27, 2023

Describe the bug

values.yaml has inconsistent usage of the replicacount

controller:
  name: application-controller
  replicas: 1
...
server:
  name: server
  replicas: 1
...
repoServer:
  name: repo-server
  replicas: 1

vs.

applicationSet:
  enabled: true
  name: applicationset-controller
  replicaCount: 1

Related helm chart

argo-cd

Helm chart version

5.41.2

To Reproduce

not misbehaving

Expected behavior

consistency

Screenshots

No response

Additional context

No response

@Brice187 Brice187 added the bug Something isn't working label Jul 27, 2023
@pdrastil pdrastil self-assigned this Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
argo-cd bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants