koki/short

koki selector match label is added by default during the creation of persistent volume claim

msenmurugan opened this issue · 1 comments

Issue:
koki selector match label is added by default during the creation of persistent volume claim which is expecting the persistent volume to be labelled in the same way.

Expectation:
Match labels should be added only if it is provided by the user

Actual:
Match label is added by default

CC @rrati

In koki_pvc_to_kube_pvc.go, revertPVCSpec calling revertRSSelector which provides the default match labels, it needs to be modified