e24b19412a
Why: the new vimpack repo's woodpecker pipelines set `serviceAccountName: vimpack-ci`, which does not exist in the woodpecker namespace yet. - Add bare `vimpack-ci` ServiceAccount in `apps/base/woodpecker/` and register it in the kustomization. Reviewed-on: #454 Co-authored-by: unkin-agent <unkin-agent@unkin.net> Co-committed-by: unkin-agent <unkin-agent@unkin.net>
7 lines
93 B
YAML
7 lines
93 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: vimpack-ci
|
|
namespace: woodpecker
|