jenkinsci / kubernetes-operator

Kubernetes native Jenkins Operator
https://jenkinsci.github.io/kubernetes-operator
Other
596 stars 233 forks source link

Addition of Persistent volume claims in jenkins deployment file #905

Closed richamishra006 closed 6 months ago

richamishra006 commented 10 months ago

Hi All, i am using jenkins operator. i want to mount a dir at some path using persistent volume. I tried adding the volume mount and volume section in the yaml file, but the operator failed with the error that CR definition is not valid. The goal is to use shared volume, and use that volume (with the data on the mounted path) across the jenkins agents on k8s as well Can someone help me

brokenpip3 commented 9 months ago

if you can share jenkins CR, the changes you did and the operator logs we can try to understand, like this it's impossible.

brokenpip3 commented 8 months ago

any news?