Skip to content

Commit

Permalink
update Istio Validator
Browse files Browse the repository at this point in the history
Signed-off-by: whitneygriffith <[email protected]>
  • Loading branch information
whitneygriffith committed Mar 22, 2024
1 parent af5d8f5 commit d70b449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func NewValidatorFromCRDs(crds ...apiextensions.CustomResourceDefinition) (*Vali
}

func NewIstioValidator(t *testing.T) *Validator {
v, err := NewValidatorFromFiles(filepath.Join("../kubernetes/standard.gen.yaml"))
v, err := NewValidatorFromFiles(filepath.Join("../kubernetes/standard.gen.yaml"), filepath.Join("../kubernetes/stable.gen.yaml"))
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit d70b449

Please sign in to comment.