From a8846b32aa457dafe4052a7123b0a62b81853e2b Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Thu, 13 Aug 2026 23:37:30 +1000 Subject: [PATCH] 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 --- apps/base/woodpecker/kustomization.yaml | 1 + .../woodpecker/serviceaccount_autobackup_operator_ci.yaml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 apps/base/woodpecker/serviceaccount_autobackup_operator_ci.yaml diff --git a/apps/base/woodpecker/kustomization.yaml b/apps/base/woodpecker/kustomization.yaml index 20564c7..baa4838 100644 --- a/apps/base/woodpecker/kustomization.yaml +++ b/apps/base/woodpecker/kustomization.yaml @@ -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 diff --git a/apps/base/woodpecker/serviceaccount_autobackup_operator_ci.yaml b/apps/base/woodpecker/serviceaccount_autobackup_operator_ci.yaml new file mode 100644 index 0000000..46aa202 --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_autobackup_operator_ci.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: autobackup-operator-ci + namespace: woodpecker