Skip to content

Commit

Permalink
Update test-network-k8s
Browse files Browse the repository at this point in the history
Add required permissions for upcoming k8s builder release

Signed-off-by: James Taylor <jamest@uk.ibm.com>
  • Loading branch information
jt-nti committed May 24, 2024
1 parent d3e2a90 commit af723af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-network-k8s/kube/fabric-builder-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ rules:
- apiGroups:
- ""
- apps
- batch
resources:
- pods
- deployments
- jobs
- configmaps
- secrets
verbs:
Expand Down
1 change: 1 addition & 0 deletions test-network-k8s/kube/org1/org1-install-k8s-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ kind: Job
metadata:
name: org1-install-k8s-builder
spec:
ttlSecondsAfterFinished: 600
backoffLimit: 0
completions: 1
template:
Expand Down
1 change: 1 addition & 0 deletions test-network-k8s/kube/org2/org2-install-k8s-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ kind: Job
metadata:
name: org2-install-k8s-builder
spec:
ttlSecondsAfterFinished: 600
backoffLimit: 0
completions: 1
template:
Expand Down

0 comments on commit af723af

Please sign in to comment.