Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelattwood committed Dec 31, 2024
1 parent 74a0d58 commit fa41a5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions deploy/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ rules:
resources:
- streams
- streams/status
- keyvalues
- keyvalues/status
- consumers
- consumers/status
- streamtemplates
Expand All @@ -48,6 +50,7 @@ rules:
- jetstream.nats.io
resources:
- streams/finalizers
- keyvalues/finalizers
- consumers/finalizers
- accounts/finalizers
verbs:
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var _ = BeforeSuite(func() {
// Note that you must have the required binaries setup under the bin directory to perform
// the tests directly. When we run make test it will be setup and used automatically.
BinaryAssetsDirectory: filepath.Join("..", "..", "bin", "k8s",
fmt.Sprintf("1.29.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
fmt.Sprintf("1.31.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
}

var err error
Expand Down

0 comments on commit fa41a5d

Please sign in to comment.