distribworks / dkron-helm

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

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

Closed omer2500 closed 4 months ago

omer2500 commented 4 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