From 733213644d52f512ffe45acfc08f349caba96263 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 17 Jun 2026 21:21:30 +1000 Subject: [PATCH] feat: enable terraform-artifactapi jobs woodpecker jobs for terraform-artifactapi use the service account of the same name to run jobs, so that it can access specific secrets - add terraform-artifactapi serviceaccount --- .../woodpecker/serviceaccount_terraform_artifactapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/base/woodpecker/serviceaccount_terraform_artifactapi.yaml diff --git a/apps/base/woodpecker/serviceaccount_terraform_artifactapi.yaml b/apps/base/woodpecker/serviceaccount_terraform_artifactapi.yaml new file mode 100644 index 0000000..a7bbd66 --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_terraform_artifactapi.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: terraform-artifactapi + namespace: woodpecker