kubewarden / kubewarden-controller

Manage admission policies in your Kubernetes cluster with ease
https://kubewarden.io
Apache License 2.0
182 stars 30 forks source link

Audit Scanner Cronjob misconfiguration on Helm chart #670

Closed brunorene closed 4 months ago

brunorene commented 4 months ago

Is there an existing issue for this?

Current Behavior

I generated the Yamls the helm chart for kuberwarden-controller outputs and noticed an issue. For the Audit Scanner Cronjob's command we have

- --disable-store
- false

where the Yaml parser fails because it tries to create a Boolean for false on a slice that only accepts strings.

Expected Behavior

It should generate:

- --disable-store
- "false"

Steps To Reproduce

No response

Environment

- OS: Linux
- Architecture: amd64

Anything else?

No response

flavio commented 4 months ago

Closing as a duplicate of https://github.com/kubewarden/helm-charts/issues/390.

It has been fixed with RC2