Skip to content

Commit

Permalink
bump kind
Browse files Browse the repository at this point in the history
  • Loading branch information
franknstyle committed Jun 4, 2023
1 parent 8f9da5a commit 6ffae41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/sonobuoy_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ func TestQuickLegacyFix(t *testing.T) {
annotations["kubernetes.io/service-account.name"] = "sonobuoy-serviceaccount"

token := v1.Secret{
APIVersion: "v1",
Kind: "secret",
ObjectMeta: metav1.ObjectMeta{
Name: "sonobuoy-token",
Namespace: ns,
Expand Down

0 comments on commit 6ffae41

Please sign in to comment.