Closed micolun closed 1 year ago
@Mihail-blip not all commit have been signed. Could you, please, squash all the two commits into one and sign them?
One of my first contributions, I accidentally closed the PR. Think I managed to gpg sign the commits, please review
The PR is still not DCO signed. Thank you for reporting. Fixed in https://github.com/jaegertracing/helm-charts/commit/28ab98bfb2b2c5ab4f024b7337c3bb76871a0768
This PR fixes the bug created after PR#494 when helm chart value
.allInOne.replicas
is0
but the deployment is still set to 1.When the below if statement is computed for
replicas: 0
, the result isfalse
and as a consequence the deployment manifest doesn't containreplicas
field, which in turn forces it to use the default value, which is1
.replicas
, we can check if.allInOne.replicas
key has been declared. This would create a deployment with the specified number of replicas in the values file.Checklist
[jaeger]
or[jaeger-operator]
)