kubewarden / trusted-repos-policy

A Kubewarden policy that restricts what registries, tags and images can pods on your cluster refer to
https://kubewarden.io
Apache License 2.0
5 stars 3 forks source link

Fix default questions value for map types #39

Closed jordojordo closed 1 year ago

jordojordo commented 1 year ago

Description

Reference https://github.com/kubewarden/ui/issues/301

This fixes the default questions value for map[ type, which was incorrectly set to an Array and was causing the subquestions to not add correct allow and reject values. This should help a bit with the layout on the UI, and will also bump a new version 0.1.9.

flavio commented 1 year ago

merged and tagged