-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
Add templating support #236
Comments
I think the ability to add labels and annotations make sense. Is this your immediate use case? Is there anything else you're wanting to be able to alter in the constraints and templates? |
Ideally, support for a static template so I could render the result and use a helm template (so labels and annotations is a first step, but there might be additional fields that others would want exposed or some yaml preprocessing) |
I think we could add support for |
I think labels and annotations are a great thing to start with, agreed kustomize is a good solution as well! |
Chiming in here, there are some use cases where adding full template support would be preferred over just annotations and labels. Most of this revolves around Gatekeeper's unique way of creating CRDs and how that effects systems that automatically roll out and apply these resources. Example here |
It would be awesome if we could have a user supplied template for constraints and constrainttemplate.
Mainly this would provide the ability to add custom labels and annotations (which could be added here as well) but probably other settings and variables could be transferred as well.
The text was updated successfully, but these errors were encountered: