Skip to content

Commit

Permalink
fix: ray self-destruct job was not cleaning up in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Feb 16, 2023
1 parent dc0325b commit 41dc322
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/plugin-codeflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/split2": "^3.2.1"
},
"dependencies": {
"@guidebooks/store": "^3.3.3",
"@guidebooks/store": "^3.3.6",
"@logdna/tail-file": "^3.0.1",
"@patternfly/react-charts": "^6.94.18",
"@patternfly/react-core": "^4.276.6",
Expand Down
2 changes: 1 addition & 1 deletion tests/self-test/self-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rules:
verbs: ["create", "delete", "get", "watch", "list"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["create", "get", "watch", "list"]
verbs: ["create", "get", "watch", "list", "delete"]
- apiGroups: [""]
resources: ["pods/exec", "pods/portforward"]
verbs: ["create", "delete"]
Expand Down

0 comments on commit 41dc322

Please sign in to comment.