From 20438520ab2c9791e3ad282b2819b1e3c384768c Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Thu, 13 Aug 2026 23:40:53 +1000 Subject: [PATCH] woodpecker: add autobackup-operator CI ServiceAccount (#362) The autobackup-operator Woodpecker pipeline needs a dedicated ServiceAccount to run its CI jobs under, matching the existing per-project operator CI SAs in the woodpecker namespace (e.g. kea-operator-ci). - Adds ServiceAccount autobackup-operator-ci in the woodpecker namespace - Registers serviceaccount_autobackup_operator_ci.yaml in the woodpecker kustomization.yaml resources list Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/362 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- 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