aws / secrets-store-csi-driver-provider-aws

The AWS provider for the Secrets Store CSI Driver allows you to fetch secrets from AWS Secrets Manager and AWS Systems Manager Parameter Store, and mount them into Kubernetes pods.
Apache License 2.0
459 stars 130 forks source link

add type: DirectoryOrCreate to the providervol volume definition #346

Open mf-jhellman opened 5 months ago

mf-jhellman commented 5 months ago

Issue #, if available: Fixes #345 Description of changes: Adds type: DirectoryOrCreate to the providervol volume definition to avoid an issue when the provider pod starts before the driver pod

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.