ranger
ranger copied to clipboard
RANGER-5401: Use Volume Mounts for ranger-plugin configs
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: ranger-plugin-install.properties) outside the image(Dockerfile).
The configs can be removed from the image layer and be driven from:
- Volumes in docker-compose for docker based deployments.
- ConfigMaps in helm-charts for Kubernetes based deployments.
How was this patch tested?
Pending.