Files
argocd-apps/apps/base/woodpecker/serviceaccount_golib_ci.yaml
T
unkin-agent df38b6b75f Add golib-ci ServiceAccount for woodpecker (#447)
## Why

The new `golib` repo's Woodpecker pipeline needs a dedicated ServiceAccount to run its CI steps under.

## How

- Add bare ServiceAccount `golib-ci` in the `woodpecker` namespace and wire it into the base kustomization.

Reviewed-on: #447
Co-authored-by: unkin-agent <unkin-agent@unkin.net>
Co-committed-by: unkin-agent <unkin-agent@unkin.net>
2026-08-31 06:58:45 +10:00

7 lines
91 B
YAML

---
apiVersion: v1
kind: ServiceAccount
metadata:
name: golib-ci
namespace: woodpecker