woodpecker: add ghp 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 ghp fork's .woodpecker pipelines run steps under serviceAccountName: ghp
(vet/test/docker-build gate + tag release image push). Add the ServiceAccount
in the woodpecker namespace so those pods can schedule.
This commit is contained in:
2026-08-14 00:13:18 +10:00
parent 20438520ab
commit 74a1f2ac5b
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ resources:
- cnpg_backup.yaml
- cnpg_pooler.yaml
- serviceaccount_autobackup_operator_ci.yaml
- serviceaccount_ghp.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: ghp
namespace: woodpecker