20438520ab
The autobackup-operator Woodpecker pipeline needs a dedicated ServiceAccount to run its CI jobs under, matching the existing per-project operator CI SAs in the woodpecker namespace (e.g. kea-operator-ci). - Adds ServiceAccount autobackup-operator-ci in the woodpecker namespace - Registers serviceaccount_autobackup_operator_ci.yaml in the woodpecker kustomization.yaml resources list Reviewed-on: #362 Co-authored-by: unkin-agent <unkin-agent@unkin.net> Co-committed-by: unkin-agent <unkin-agent@unkin.net>
7 lines
105 B
YAML
7 lines
105 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: autobackup-operator-ci
|
|
namespace: woodpecker
|