9ff39f4c8c
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.
24 lines
702 B
YAML
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
|