Skip to content

Commit

Permalink
e2e: use AKS reference values for regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Jun 27, 2024
1 parent 070f76e commit c2d9a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/genpolicy/genpolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func TestGenpolicy(t *testing.T) {
require := require.New(t)
args := []string{
"--workspace-dir", ct.WorkDir,
"--reference-values", "aks",
"--skip-initializer",
path.Join(ct.WorkDir, "resources.yaml"),
}
Expand Down
1 change: 1 addition & 0 deletions e2e/getdents/getdents_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func TestGetDEnts(t *testing.T) {
require := require.New(t)
args := []string{
"--workspace-dir", ct.WorkDir,
"--reference-values", "aks",
"--skip-initializer",
path.Join(ct.WorkDir, "resources.yaml"),
}
Expand Down

0 comments on commit c2d9a41

Please sign in to comment.