From 861999433aff73f92033df5a842aef785c731127 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Fri, 15 May 2026 02:04:38 +0000 Subject: [PATCH] chore: remove stale agent-generated files (wrong namespace, superseded by operator/) --- deployments/tailscale/clusterrolebinding.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 deployments/tailscale/clusterrolebinding.yaml diff --git a/deployments/tailscale/clusterrolebinding.yaml b/deployments/tailscale/clusterrolebinding.yaml deleted file mode 100644 index 98c5651..0000000 --- a/deployments/tailscale/clusterrolebinding.yaml +++ /dev/null @@ -1,14 +0,0 @@ -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