Skip to content

Commit

Permalink
allow attaching to pods in kube integration tests (#41098)
Browse files Browse the repository at this point in the history
  • Loading branch information
capnspacehook authored May 2, 2024
1 parent 4bbc129 commit ce4fbe3
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 ce4fbe3

Please sign in to comment.