Skip to content

Commit cd86bf4

Browse files
committed
Update fuzzer with new SecretRef type
Signed-off-by: Nick Stogner <[email protected]>
1 parent 3a83f22 commit cd86bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fuzz/controllers_fuzzer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func FuzzControllers(data []byte) int {
266266
Spec: kustomizev1.KustomizationSpec{
267267
Path: "./",
268268
KubeConfig: &kustomizev1.KubeConfig{
269-
SecretRef: meta.LocalObjectReference{
269+
SecretRef: kustomizev1.SecretRef{
270270
Name: "kubeconfig",
271271
},
272272
},

0 commit comments

Comments
 (0)