You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can create your own ConfigMap with the custom rules that you need, then when installing with Helm you can point to your ConfigMap with --set workloadPoliciesMap=my-custom-rules
policyOrgs was exposed for quickly setting up using the default rules, but for more advanced cases we recommend using your own ConfigMap
@ivanstanev If you can provide an optional configmap in the configmap.yaml file configured via the Helm chart values that would work as well. Otherwise we have to create a configmap in advance either manually, or through an additional Helm chart.
Describe the user need
I want
kubernetes-monitor
to auto-import and auto-delete my workloads. Unfortunately theworkload_events
value is hardcoded at https://github.com/snyk/kubernetes-monitor/blob/v1.66.2/snyk-monitor/templates/configmap.yaml#L34. A Helm value to set this - just like there is forpolicyOrgs
- would be very helpful here.The text was updated successfully, but these errors were encountered: