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