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
{{ message }}
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
adding a
include
orexclude
filter viaresource-types
in the config file seems to have no effect.resources are checked and removed anyway.
example config:
i've added a printf after the
yaml.Unmarshal
inconfig.go
and the returned values are empty:ResourceTypes:{Targets:[] Excludes:[]}}] ResourceTypes:{Targets:[] Excludes:[]}
I guess this is caused because
types.Collection
is used for these values and there seems to be no custom unmarshaler for this type.The text was updated successfully, but these errors were encountered: