SteNicholas opened a new pull request, #162: URL: https://github.com/apache/flink-kubernetes-operator/pull/162
`DefaultDeploymentValidator` only takes the `FlinkDeployment` object into account and should validate the effective Flink configs. However in places where we validate the presence of config keys we should also consider the default Flink config which might already provide default values for the required configs even if the deployment itself doesnt. **The brief change log** - `DefaultDeploymentValidator` adds the validation for the effective Flink configs which merge the default config and user conf. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
