ranger icon indicating copy to clipboard operation
ranger copied to clipboard

RANGER-5401: Use Volume Mounts for ranger-plugin configs

Open kumaab opened this issue 1 month ago • 0 comments

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:

  1. Volumes in docker-compose for docker based deployments.
  2. ConfigMaps in helm-charts for Kubernetes based deployments.

How was this patch tested?

Pending.

kumaab avatar Nov 14 '25 23:11 kumaab