-
Notifications
You must be signed in to change notification settings - Fork 38
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
Admission Controller for PravegaCluster resource #7
Comments
Blocked by: operator-framework/operator-sdk#269 |
Related to #88 |
The admission controller should also attempt to mutate the values in the
Option values are expected to be strings, surrounded by double quotes, otherwise the operator framework will fail to parse it and reject the CR. It'd be interesting if the admission controller could transform to strings any values passed as options. P.S.: The same applies to BookKeeper options:
|
Currently the resource contains the Bookkeeper and Pravega image definitions. The operator should have sensible defaults set in its configuration and apply these to the resource via a mutating Admission Controller.
The text was updated successfully, but these errors were encountered: