Files
homelab-infra/platform/gitea-runner/external-secret.yaml
T
panxiao81 6b524fed96
lint / yaml (pull_request) Failing after 1m41s
lint / yaml (push) Failing after 1m41s
lint / terraform (pull_request) Failing after 2s
lint / ansible (push) Failing after 2m31s
lint / ansible (pull_request) Failing after 1m42s
lint / terraform (push) Failing after 51s
Add Gitea Actions runner bootstrap
2026-09-09 17:24:22 +00:00

19 lines
380 B
YAML

apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: gitea-runner-token
namespace: gitea-actions
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: openbao
target:
creationPolicy: Owner
name: gitea-runner-token
data:
- secretKey: token
remoteRef:
key: k8s/gitea-runner
property: token