Flux: Garbage collection setting in the Helm chart

Created on 3 Apr 2019  路  2Comments  路  Source: fluxcd/flux

Hey guys, could we get the garbage collection arg inside the helm chart? We'd like to use the Helm release of flux but want to try out the garbage collection. From the chart template I'm currently seeing no way of passing it to fluxd.

Thanks!

enhancement help wanted

Most helpful comment

You can actually enable in the current chart like so:

additionalArgs:
  - --sync-garbage-collection

All 2 comments

You can actually enable in the current chart like so:

additionalArgs:
  - --sync-garbage-collection

Yep, was mistakenly looking at the helm template before and didn't see args there.

For anybody using just the cli it's:

helm upgrade -i flux --namespace=flux --reuse-values --set additionalArgs={--sync-garbage-collection} weaveworks/flux
Was this page helpful?
0 / 5 - 0 ratings