kata-containers / kata-containers

Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
Apache License 2.0
5.08k stars 1k forks source link

tests: fix yq command line in k8s-policy-pvc #9844

Closed danmihai1 closed 1 week ago

danmihai1 commented 1 week ago

Fix the collision between:

One enabled a newer yq command line format and the other used the older format. Both passed CI because they were not tested together.