Helm - Launching a group of PVC in same AZ on AWS

Hi,

I’m trying to deploy the gitlab omnibus chart to my kubernetes cluster (setup across two AZs) using helm charts. The gitlab-gitlab pod uses 3 PVCs which are backed by EBS and they’re generally created in different AZs. What’s the idiomatic way in helm to deploy a set of PVCs in the same AWS AZ?

Thank you