woodpecker: add jellyfin-ha-src CI ServiceAccount
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

Why:
- The jellyfin-ha-src Woodpecker build+test pipeline references 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 CI account and register it in the kustomization.
This commit is contained in:
2026-08-11 07:24:46 +10:00
parent 5a4bc1611e
commit 9ff39f4c8c
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