restructure: move tailscale into namespace folder #63

Merged
gitea-admin merged 12 commits from orion/auto/restructure-move-tailscale-into-namespac-1779056949375 into main 2026-05-17 22:29:23 +00:00
Showing only changes of commit cccd12fee5 - Show all commits
@@ -0,0 +1,14 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: tailscale-operator
rules:
- apiGroups: [""]
resources: ["pods", "services", "secrets", "configmaps"]
verbs: ["*"]
- apiGroups: ["apps"]
resources: ["deployments", "daemonsets", "statefulsets"]
verbs: ["*"]
- apiGroups: ["networking.k8s.io"]
resources: ["networkpolicies", "ingresses"]
verbs: ["*"]