2023-01-27 21:37:20 +00:00
|
|
|
# Copyright (c) Tailscale Inc & AUTHORS
|
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2021-09-01 16:11:43 +01:00
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
|
|
kind: RoleBinding
|
|
|
|
metadata:
|
|
|
|
name: tailscale
|
|
|
|
subjects:
|
|
|
|
- kind: ServiceAccount
|
2021-10-12 22:24:07 +01:00
|
|
|
name: "{{SA_NAME}}"
|
2021-09-01 16:11:43 +01:00
|
|
|
roleRef:
|
|
|
|
kind: Role
|
|
|
|
name: tailscale
|
|
|
|
apiGroup: rbac.authorization.k8s.io
|