Add TODOs for missing tests that need to be migrated

This commit is contained in:
Eddy Filip
2022-09-13 20:08:10 +03:00
parent c3094dbef0
commit 91eb658d70
2 changed files with 13 additions and 0 deletions

View File

@@ -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()