woodpecker: add ghp CI ServiceAccount #364
Reference in New Issue
Block a user
Delete Branch "benvin/woodpecker-ghp-sa"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The ghp fork (
unkin/ghp) now has.woodpeckerpipelines whose steps run underserviceAccountName: ghp. Without this ServiceAccount in thewoodpeckernamespace, pods fail to schedule (error looking up service account woodpecker/ghp: serviceaccount "ghp" not found), which fails the requiredci/woodpecker/pr/buildstatus.Change
apps/base/woodpecker/serviceaccount_ghp.yaml(ServiceAccountghpin namespacewoodpecker), mirroring the existing per-project SAs (e.g.jellyfin-ha-src).apps/base/woodpecker/kustomization.yaml.Unblocks the ghp CI onboarding for unkin/ghp#1.