gravitl / netmaker-helm

34 stars 36 forks source link

Add existingClaim support for mq #29

Closed jeenadeepak closed 1 year ago

jeenadeepak commented 1 year ago

Added support for MQ existingClaim, I was facing storage issue while working with EKS & EFS for MQ, so I came to solution where I have added support for existingClaim, now I first create EFS pvc claim and then pass this to netmaker helm charts.

mq.existingClaim = [[VALUE]]

jeenadeepak commented 1 year ago

@afeiszli: Kindly review and update.