Files
argocd-apps/apps/base/woodpecker/kustomization.yaml
T
unkin-agent a8846b32aa
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 autobackup-operator CI ServiceAccount
The autobackup-operator Woodpecker pipeline needs a dedicated
ServiceAccount to run its CI jobs under, mirroring the existing
per-project operator CI SAs in the woodpecker namespace.

- Add serviceaccount_autobackup_operator_ci.yaml (SA autobackup-operator-ci
  in the woodpecker namespace)
- Register it in the woodpecker kustomization.yaml resources list
2026-08-13 23:37:30 +10:00

25 lines
749 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- cnpg_cluster.yaml
- cnpg_backup.yaml
- cnpg_pooler.yaml
- serviceaccount_autobackup_operator_ci.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