bjw-s / helm-charts

A collection of Helm charts
https://bjw-s.github.io/helm-charts/
Apache License 2.0
524 stars 98 forks source link

Add env to defaultPodOptions #254

Open halkeye opened 6 months ago

halkeye commented 6 months ago

Details

What steps did you take and what happened:

Trying to port immich-chart to the new v2 common (awesome library btw), but running into a snag trying to reproduce the global env on every pod.

What did you expect to happen:

Not sure, something

Anything else you would like to add:

Additional Information:

onedr0p commented 2 months ago

I wonder if it would be worth it to create a .Values.defaultContainersOptions instead and place it there, that way all containers in all the pods in all the controllers will have the values.

halkeye commented 2 months ago

I don't know really. I decided to not try to make a public immich chart, so havn't really used the default options much. just a bunch of copy and pasting.