From 17782d716c041061f32ec80935f76ad979128436 Mon Sep 17 00:00:00 2001 From: BenVincent Date: Wed, 17 Jun 2026 21:23:49 +1000 Subject: [PATCH] feat: enable terraform-artifactapi jobs (#190) 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 --------- Co-authored-by: Ben Vincent Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/190 --- .../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