filecoin-project / helm-charts

7 stars 7 forks source link

Fix for unique job names within deployed sets #107

Closed placer14 closed 3 years ago

placer14 commented 3 years ago

When deploying >1 replica of the Visor StatefulSet, the random strings generated are per-deployment and are not unique amongst replicas. This intends to make each instance generate its own UID to be inserted into the job names for unique identification across replicas.