EugenMayer / helm-charts

Helm charts for applications no official chart exists for
23 stars 16 forks source link

Rundeck: Incorrect Mount Path for Plugins #54

Open pavankumar-go opened 6 months ago

pavankumar-go commented 6 months ago

Hello,

Issue: Had to reinstall few plugins which got removed upon pod restart when PVC was enabled

Reason: README.md says for plugins.claim.enabled -> If enabled, mounts a volume for the plugins. Those will be copied to /home/rundeck/libexex/

But the volume mount path is different in the rundeck deployment.yaml https://github.com/EugenMayer/helm-charts/blob/main/charts/rundeck/templates/rundeck-backend-deployment.yaml#L99 /mnt/plugins

EugenMayer commented 6 months ago

Hey @pavankumar-go, thanks for the find. Why not do a PR if you found all the bits already?

pavankumar-go commented 6 months ago

Okay, yeah sure.