Helm install stable/efs-provisioner - Do they need to be installed in same namespace as the pods/containers that will mount the volume?

2/7/2020

I have an app that I package and deploy using helm. I need to mount volume to my container with persistent volume back by EFS storage. I am trying to install efs-provisioner using helm stable/efs-provisioner charts. I am wondering if they need to be installed with the same namespace as my project helm charts or can this efs-provisioner be in a different namespace.

-- alltej
amazon-web-services
aws-efs
kubernetes-helm

0 Answers