188c39f85d
## Summary - Add ServiceAccount terraform-git in woodpecker namespace for terraform-git CI pipelines - Add to kustomization.yaml ## Test plan - [ ] Verify ArgoCD syncs the new service account - [ ] Verify woodpecker CI can use the service account Reviewed-on: #189 Co-authored-by: Ben Vincent <ben@unkin.net> Co-committed-by: Ben Vincent <ben@unkin.net>
7 lines
96 B
YAML
7 lines
96 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: terraform-git
|
|
namespace: woodpecker
|