Files
trade-gitops/bootstrap/gitea-actions/rbac.yaml
mpabi b94cc46b78
All checks were successful
runner-smoke / smoke (push) Successful in 36s
feat(actions): bootstrap sol runner
2026-04-12 16:39:26 +02:00

19 lines
412 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
name: trade-gitops-deployer
namespace: gitea-actions
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: trade-gitops-deployer-cluster-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: trade-gitops-deployer
namespace: gitea-actions