Mongo dependencies in a Kubernetes Cluster

Howdy!

We built a Kubernetes cluster in Google cloud for our Neo4j server. We are trying to use the MongoDB procedures under APOC to "import" our MongoDB collections into Neo4j (a separate conversation on the best route for this).

One thing we can't quite figure out is how to add the required dependencies to the Kubernetes helm chart. Is it similar to NEO4J_PLUGINS=["apoc"] or does require some other configuration to add to the Kubernetes cluster?

Neo4j Enterprise 5.11
Google Cloud
Kubernetes Cluster

Jacob