wandb / helm-charts

Our official helm charts for deploying wandb into k8s
MIT License
18 stars 8 forks source link

Operator | Enable/Disable switch for OTEL presets #239

Open jsbroks opened 2 weeks ago

jsbroks commented 2 weeks ago

Today:

The OTEL chart defines two sections with presets:

First Second

Those presets require a set of hostPath volumes that are defined here:

Deamonset

Some customers do not allow the use of hostPath volumes on their clusters.

Expectation:

It must be possible to disable the presets (only the presets, not otel entirely) and if they are disabled then there is no need for hostPath volumes and therefore those should not be created/mounted.