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 0eceb91 commit 8f9da5a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/integration/sonobuoy_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,12 @@ func TestQuickLegacyFix(t *testing.T) {
Namespace: ns,
Annotations: annotations,
},
Kind: "Secret",
APIVersion: "v1",
Type: "kubernetes.io/service-account-token",
TypeMeta: metav1.TypeMeta{

Kind: "Secret",
APIVersion: "v1",
},
Type: "kubernetes.io/service-account-token",
}

yamlData, err := yaml.Marshal(&token)
Expand Down

0 comments on commit 8f9da5a

Please sign in to comment.