Files
argocd-apps/apps/base/woodpecker/kustomization.yaml
T
unkinben 9ff39f4c8c
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
woodpecker: add jellyfin-ha-src CI ServiceAccount
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.
2026-08-11 07:24:46 +10:00

24 lines
702 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- cnpg_cluster.yaml
- 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
- serviceaccount_terraform_git.yaml
- serviceaccount_terraform_infra.yaml
- serviceaccount_terraform_prowlarr.yaml
- serviceaccount_terraform_rancher.yaml
- serviceaccount_terraform_radarr.yaml
- serviceaccount_terraform_sonarr.yaml
- serviceaccount_terraform_vault.yaml
- vaultauth.yaml
- vaultstaticsecret.yaml