open-feature-operator icon indicating copy to clipboard operation
open-feature-operator copied to clipboard

sidecarConfiguration.resources in helm chart is ignored

Open mng1dev opened this issue 10 months ago • 0 comments

Hello,

I am trying to use the operator and I am installing it via helm chart.

I am passing the following values.yaml file, but it doesn't seem to affect the default properties of the flagd sidecar.

Am I doing anything wrong?

sidecarConfiguration:
  resources:
    requests:
      cpu: 10m
      memory: 16M
    limits:
      cpu: 50m
      memory: 32M

mng1dev avatar May 03 '24 16:05 mng1dev