kedacore / charts

Helm charts for KEDA
Apache License 2.0
157 stars 224 forks source link

metrics-apiserver misconfigured args/command #693

Closed or-shachar closed 2 weeks ago

or-shachar commented 1 month ago

This for some reason doesn't fail when using the regular distroless image but when I tried to use custom build - it started to fail.

Expected Behavior

The metrics server should have command: ["/keda-adapter"] just like other Deployment objects

Actual Behavior

The metrics server doesn't have command at all and defines wrong path to the binary in args.

Specifications