Files
homelab-infra/platform/gitea-runner/clusterspiffeid.yaml
T
panxiao81 94721c279b
yaml / yaml (pull_request) Successful in 12s
为 Gitea runner 接入 SPIRE Workload API
2026-09-16 13:25:01 +00:00

18 lines
487 B
YAML

apiVersion: spire.spiffe.io/v1alpha1
kind: ClusterSPIFFEID
metadata:
name: gitea-actions
spec:
className: spire-mgmt-spire
spiffeIDTemplate: spiffe://{{ .TrustDomain }}/ci/gitea-actions
namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: gitea-actions
podSelector:
matchLabels:
app.kubernetes.io/instance: gitea-actions
app.kubernetes.io/name: actions-runner
workloadSelectorTemplates:
- k8s:ns:gitea-actions
- k8s:sa:gitea-actions