Closed mrafieee closed 4 years ago
What I did around this was I created the PV and PVC in the redis operator expected way and when redis came online it just picked it up.
@mrafieee thats a nice workaround, its hard to support this kind of thing, since the PV/PVC are controlled by the STS. I would do the same thing as you.
I am running this operator in an air gaped env, which we do not have any PV provisioners I have a the PVs created manually but not able to assign them to respective redis pods as PVC .
is there any options to pass PV names to operator?