woodpecker: add plugin-docker-buildx CI ServiceAccount #368
Reference in New Issue
Block a user
Delete Branch "benvin/woodpecker-plugin-docker-buildx-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 new unkin/plugin-docker-buildx repo's pipelines run their buildah build/push step under
serviceAccountName: plugin-docker-buildx, which must exist in the woodpecker namespace.How: add serviceaccount_plugin_docker_buildx.yaml + wire it into kustomization.yaml, mirroring the existing per-repo woodpecker SAs.
Pairs with unkin/plugin-docker-buildx#1.