From 440d7bae96975e062dd75fef5b6dba2910edebee Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sun, 10 May 2026 02:02:47 +0000 Subject: [PATCH] feat: deploy Tailscale Operator and auth secret --- deployments/tailscale/clusterrolebinding.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deployments/tailscale/clusterrolebinding.yaml diff --git a/deployments/tailscale/clusterrolebinding.yaml b/deployments/tailscale/clusterrolebinding.yaml new file mode 100644 index 0000000..98c5651 --- /dev/null +++ b/deployments/tailscale/clusterrolebinding.yaml @@ -0,0 +1,14 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: tailscale-operator + labels: + app: tailscale-operator +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: tailscale-operator +subjects: +- kind: ServiceAccount + name: tailscale-operator + namespace: apps