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

Fix nginx deployment Example #302

Closed shreyas-dview closed 8 months ago

shreyas-dview commented 9 months ago

Current Nginx deployment fails due to serviceAccount not being present and you get a warning for using secrets-store.csi.x-k8s.io/v1alpha1

jbct commented 8 months ago

Hi, thank you for the pull request. We have the steps documented for customers to create a service account using the eksctl CLI.