Skip to content

Commit

Permalink
add coordinator bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Dec 4, 2024
1 parent 63a4919 commit ea6342d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/policy/deterministic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ func TestDeterminsticPolicyGeneration(t *testing.T) {
runtimeHandler, err := manifest.RuntimeHandler(platform)
require.NoError(err)
resources := kuberesource.OpenSSL()
coordinatorBundle := kuberesource.CoordinatorBundle()
resources = append(resources, coordinatorBundle...)
resources = kuberesource.PatchRuntimeHandlers(resources, runtimeHandler)
unstructuredResources, err := kuberesource.ResourcesToUnstructured(resources)
require.NoError(err)
Expand Down

0 comments on commit ea6342d

Please sign in to comment.