Skip to content

Commit

Permalink
Fix SigningKey secret key in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj committed Mar 24, 2021
1 parent b703129 commit eb3e08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eb3e08e

Please sign in to comment.