distribworks / dkron-helm

Helm chart to install Dkron and other associated components.
Apache License 2.0
5 stars 14 forks source link

[BUGFIX] make replicaCount field nested to actually work #8

Closed omer2500 closed 6 months ago

omer2500 commented 6 months ago

Issue:

replicaCount of agent didn't actually work because the template no referring to it, instead it expect a global replicaCount which is not exist and not relevant.

So i change the reference to the correct property as it nested inside agent