gemini changes

This commit is contained in:
2026-03-07 23:29:56 +11:00
parent 900f8f23aa
commit 8fe712cda7
4 changed files with 78 additions and 46 deletions

19
manifests/rbac.yaml Normal file
View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: clawd-sa
namespace: clawdbox
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: clawd-sa-edit
namespace: clawdbox
subjects:
- kind: ServiceAccount
name: clawd-sa
namespace: clawdbox
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit