kumaab opened a new pull request, #728: URL: https://github.com/apache/ranger/pull/728
## What changes were proposed in this pull request? To leverage existing docker images and support both docker and Kubernetes based deployments, it is important to keep application configs (eg: install.properties) outside the image(Dockerfile). The configs can be removed from the image layer and be driven from: 1. Volumes in docker-compose for docker based deployments. 2. ConfigMaps in helm-charts for Kubernetes based deployments. ## How was this patch tested? Tested changes locally for `ranger-admin` only - with kerberos disabled, more to follow. -- 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]
