Files
argocd-apps/apps/base/woodpecker/serviceaccount_jellyfin_ha_src.yaml
T
unkinben 50a8588dc1 woodpecker: add jellyfin-ha-src CI ServiceAccount (#352)
## Why

The jellyfin-ha-src Woodpecker build+test pipeline sets a `serviceAccountName`
that must exist in the `woodpecker` namespace.

## How

- Add a `jellyfin-ha-src` ServiceAccount under `apps/base/woodpecker/`,
  mirroring the `kea-operator-ci` build/test account (no Vault binding needed;
  the pipeline only restores/builds/tests).
- Register it in the woodpecker kustomization.

Reviewed-on: #352
Co-authored-by: Ben Vincent <ben@unkin.net>
Co-committed-by: Ben Vincent <ben@unkin.net>
2026-08-11 20:46:47 +10:00

7 lines
98 B
YAML

---
apiVersion: v1
kind: ServiceAccount
metadata:
name: jellyfin-ha-src
namespace: woodpecker