How to set the value of mountPath in an env variable in kubernetes?
I used a configMap to store the mount path value, but when i call in my pod it doesn't work it seems that the mountPath property can not be assigned to an env variable. here is my code : apiVersi...
https://stackoverflow.com/questions/61195918/how-to-set-the-value-of-mountpath-in-an-env-variable-in-kubernetes