woodpecker: add autobackup-operator 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

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
This commit is contained in:
2026-08-13 23:37:30 +10:00
parent 7a1e8351a7
commit a8846b32aa
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ resources:
- 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
@@ -0,0 +1,6 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: autobackup-operator-ci
namespace: woodpecker