50a8588dc1
## 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>
7 lines
98 B
YAML
7 lines
98 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: jellyfin-ha-src
|
|
namespace: woodpecker
|