mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Fix for common non-ASCII characters in CRDs This should keep the module safe from digesting non-ASCII chars like here (https://github.com/projectcalico/api/pull/46/files) SUMMARY Add support for non-ASCII chars in manifests. ISSUE TYPE Bugfix Pull Request COMPONENT NAME core.k8s module failing if resources contain non ascii chars Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: Mike Graves <mgraves@redhat.com> Reviewed-by: Alessandro Rossi <None> Reviewed-by: None <None>