You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hello, I m trying to add some env vars to the fluentd pod trough the helm chart of the fluent-operator.
I see that that feature exists in the fluentbit template but not in the fluentd one.
The text was updated successfully, but these errors were encountered:
andcri
changed the title
envVars implementation exists for fluentd but it is not reflected on the Helm Chart
Allow for extra env vars in fluentd helm chart.
Oct 2, 2023
Is your feature request related to a problem? Please describe.
Hello, I m trying to add some env vars to the fluentd pod trough the helm chart of the fluent-operator.
I see that that feature exists in the fluentbit template but not in the fluentd one.
Describe the solution you'd like
I see here https://github.com/fluent/fluent-operator/blob/master/pkg/operator/sts.go#L144-L146 that fluentd supports the addition of extra environment variables by adding the
EnvVars
is it possible to have that added in the template here https://github.com/fluent/fluent-operator/blob/master/charts/fluent-operator/templates/fluentd-fluentd.yaml in the same way that is added in the fluentbit template?Thanks :)
Additional context
No response
The text was updated successfully, but these errors were encountered: