Reputation: 31
I am using CSI secret store driver in AKS to mount secrets in Azure key vault to AKS. I am using helm to deploy the CSI driver in to my AKS. I ned understand whether CSI secret driver pods needs "hostNetwork" configuration set to true?
If hostNetwork can be set to false, how that can be set when deploying using helm?
Upvotes: 0
Views: 173
Reputation: 2817
Azure CSI secret store driver does need hostNetwork. You can check this in the Helm-Charts:
Upvotes: 0