You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/k8s/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,6 @@ rules:
22
22
- apiGroups: [""]
23
23
resources: ["pods/log"]
24
24
verbs: ["get", "list", "watch",]
25
-
- apiGroups: ["batch"]
26
-
resources: ["jobs"]
27
-
verbs: ["get", "list", "create", "delete"]
28
25
- apiGroups: [""]
29
26
resources: ["secrets"]
30
27
verbs: ["get", "list", "create", "delete"]
@@ -43,3 +40,4 @@ rules:
43
40
- Building container actions from a dockerfile is not supported at this time
44
41
- Container actions will not have access to the services network or job container network
45
42
- Docker [create options](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontaineroptions) are not supported
43
+
- Container actions will have to specify the entrypoint, since the default entrypoint will be overridden to run the commands from the workflow.
0 commit comments