Skip to content

Commit

Permalink
allow attaching to pods in kube integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
capnspacehook committed May 1, 2024
1 parent b02b40a commit 9235cbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fixtures/ci-teleport-rbac/ci-teleport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ rules:
resources: ["pods/log"]
verbs: ["get"]
resourceNames: ["test-pod"]
- apiGroups: [""]
resources: ["pods/attach"]
verbs: ["create"]
resourceNames: ["test-pod"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 9235cbc

Please sign in to comment.