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
Constraints root should be rooted at the target.
Currently it is: data.constraints["<target name>"].cluster["constraints.gatekeeper.sh"].v1alpha1
data.constraints["<target name>"].cluster["constraints.gatekeeper.sh"].v1alpha1
This doesn't allow us to do things like support namespaced names, or potentially allow people to control constraint groups.
The remaining question if we open things up: what do we do about the version?
The text was updated successfully, but these errors were encountered:
Constraints are now rooted at the Template (within the Target) by #202
Sorry, something went wrong.
No branches or pull requests
Constraints root should be rooted at the target.
Currently it is:
data.constraints["<target name>"].cluster["constraints.gatekeeper.sh"].v1alpha1
This doesn't allow us to do things like support namespaced names, or potentially allow people to control constraint groups.
The remaining question if we open things up: what do we do about the version?
The text was updated successfully, but these errors were encountered: