diff --git a/controllers/update_test.go b/controllers/update_test.go index 58a10483..7b7cd2b6 100644 --- a/controllers/update_test.go +++ b/controllers/update_test.go @@ -505,7 +505,7 @@ Images: // create the secret containing signing key sec := &corev1.Secret{ Data: map[string][]byte{ - "value": b.Bytes(), + "git.asc": b.Bytes(), }, } sec.Name = "signing-key-secret-" + randStringRunes(5)