summaryrefslogtreecommitdiffhomepage
path: root/docs/k8s/rolebinding.yaml
blob: 1bec3df271e8e858fedb6846358eb5075e62b4be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) Tailscale Inc & contributors
# SPDX-License-Identifier: BSD-3-Clause
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
  name: tailscale
subjects:
- kind: ServiceAccount
  name: "{{SA_NAME}}"
roleRef:
  kind: Role
  name: tailscale
  apiGroup: rbac.authorization.k8s.io