Skip to content

Commit

Permalink
Update fuzzer with new SecretRef type
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Stogner <nicholas.stogner@gmail.com>
  • Loading branch information
nstogner committed Apr 11, 2022
1 parent 3a83f22 commit cd86bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fuzz/controllers_fuzzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func FuzzControllers(data []byte) int {
Spec: kustomizev1.KustomizationSpec{
Path: "./",
KubeConfig: &kustomizev1.KubeConfig{
SecretRef: meta.LocalObjectReference{
SecretRef: kustomizev1.SecretRef{
Name: "kubeconfig",
},
},
Expand Down

0 comments on commit cd86bf4

Please sign in to comment.