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
476
stars
134
forks
source link
add type: DirectoryOrCreate to the providervol volume definition #346
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.
Issue #, if available: Fixes #345 Description of changes: Adds
type: DirectoryOrCreate
to theprovidervol
volume definition to avoid an issue when the provider pod starts before the driver podBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.