mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 15:38:06 +00:00
Add TODOs for missing tests that need to be migrated
This commit is contained in:
@@ -46,6 +46,12 @@ var _ = Describe("Deployment controller", func() {
|
||||
}
|
||||
})
|
||||
|
||||
// TODO: Implement the following test cases:
|
||||
// - Updating Existing K8s Secret using Deployment
|
||||
// - Do not update if Annotations have not changed
|
||||
// - Delete Deployment where secret is being used in another deployment's container
|
||||
// - Delete Deployment where secret is being used in another deployment's volumes
|
||||
|
||||
Context("Deployment with secrets from 1Password", func() {
|
||||
It("Should Handle a deployment correctly", func() {
|
||||
ctx := context.Background()
|
||||
|
Reference in New Issue
Block a user