We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see this listed in the roadmap, but is the feature specified anywhere?
I want to request support for some kind of wildcard.
The simple * blobs supported by kyverno matches would be sufficient for my needs:
*
allowedNamespaces: cluster-*
As would a full regex:
allowedNamespaces: somecluster|someprefix.*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see this listed in the roadmap, but is the feature specified anywhere?
I want to request support for some kind of wildcard.
The simple
*
blobs supported by kyverno matches would be sufficient for my needs:As would a full regex:
The text was updated successfully, but these errors were encountered: