fluxcd-community / helm-charts

Community maintained Helm charts for Flux
Apache License 2.0
121 stars 76 forks source link

[flux2] support containerName for deployments can be customised #230

Open lkaluza-fadi opened 1 week ago

lkaluza-fadi commented 1 week ago

Is your feature request related to a problem ?

Currently all containerNames in a flux deployment/pods are called manager. As we are using datadog as a monitoring tool its hard to figure out which container has maybe some resource issues because they are all named the same.

Describe the solution you'd like.

We would like to have the option to configure the name of the container in the helm_release like:

helmController:
  container:
    name: <some-container-name>
sourceController:
  container:
    name: <some-container-name>
etc...

Describe alternatives you've considered.

None

Additional context.

No response