feat(actions): bootstrap sol runner
All checks were successful
runner-smoke / smoke (push) Successful in 36s

This commit is contained in:
mpabi
2026-04-12 16:39:26 +02:00
commit b94cc46b78
11 changed files with 376 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
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