Add kea-operator-ci ServiceAccount for Woodpecker CI
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

The new kea-operator repo's Woodpecker pipelines run under a dedicated
Kubernetes ServiceAccount that must exist in the woodpecker namespace.

- Add ServiceAccount kea-operator-ci in the woodpecker namespace
- Register it in the woodpecker kustomization resources

Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT
This commit is contained in:
Ben Vincent
2026-08-02 18:45:21 +10:00
parent 239ea07d5c
commit 4179e5573f
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_kea_operator_ci.yaml
- serviceaccount_terraform_artifactapi.yaml
- serviceaccount_terraform_authentik.yaml
- serviceaccount_terraform_enc.yaml
@@ -0,0 +1,6 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: kea-operator-ci
namespace: woodpecker