Skip to content

Commit

Permalink
add llm provider policy as part of crd
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Choo <achoo30@bloomberg.net>
  • Loading branch information
aabchoo committed Dec 12, 2024
1 parent e200702 commit 43f77fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cel-validation/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func runTest(m *testing.M) int {
for _, crd := range []string{
"aigateway.envoyproxy.io_llmroutes.yaml",
"aigateway.envoyproxy.io_llmbackends.yaml",
"aigateway.envoyproxy.io_llmproviderpolicy.yaml",
} {
crds = append(crds, filepath.Join(base, crd))
}
Expand Down

0 comments on commit 43f77fc

Please sign in to comment.