kubernetes-sigs / secrets-store-sync-controller

This is a Kubernetes controller that watches for changes to a custom resource and syncs the secrets from external secrets-store as Kubernetes secret.
Apache License 2.0
4 stars 3 forks source link

Add E2E testing #2

Open nilekhc opened 2 months ago

nilekhc commented 2 months ago

Write e2e tests for Sync controller using e2e provider similar to - https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/test/bats/e2e-provider.bats

aramase commented 1 week ago

@AlexanderStocks is working on this