From c605efa2d96ea96001fccfaa7cc5616ed0c8a48b 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/clusterrole.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 deployments/tailscale/clusterrole.yaml diff --git a/deployments/tailscale/clusterrole.yaml b/deployments/tailscale/clusterrole.yaml deleted file mode 100644 index ebad7cc..0000000 --- a/deployments/tailscale/clusterrole.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: tailscale-operator - labels: - app: tailscale-operator -rules: -- apiGroups: [""] - resources: ["pods", "services", "secrets", "configmaps"] - verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] -- apiGroups: ["apps"] - resources: ["deployments", "statefulsets"] - verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] -- apiGroups: ["discovery.k8s.io"] - resources: ["endpointslices"] - verbs: ["get", "list", "watch"] -- apiGroups: ["coordination.k8s.io"] - resources: ["leases"] - verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]