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>
This commit was merged in pull request #352.
This commit is contained in:
2026-08-11 20:46:47 +10:00
committed by BenVincent
parent 5a4bc1611e
commit 50a8588dc1
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ resources:
- cnpg_backup.yaml
- cnpg_pooler.yaml
- serviceaccount_kea_operator_ci.yaml
- serviceaccount_jellyfin_ha_src.yaml
- serviceaccount_terraform_artifactapi.yaml
- serviceaccount_terraform_authentik.yaml
- serviceaccount_terraform_enc.yaml
@@ -0,0 +1,6 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: jellyfin-ha-src
namespace: woodpecker