Add terraform-enc woodpecker ServiceAccount
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

The new terragrunt-enc repo's Woodpecker CI authenticates to Vault via
kubernetes auth, which binds to a ServiceAccount in the woodpecker namespace.

- Add apps/base/woodpecker/serviceaccount_terraform_enc.yaml.
- Register it in the woodpecker kustomization.
This commit is contained in:
2026-07-24 23:07:00 +10:00
parent 982bf1c837
commit 01d4e563f6
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ resources:
- cnpg_pooler.yaml
- serviceaccount_terraform_artifactapi.yaml
- serviceaccount_terraform_authentik.yaml
- serviceaccount_terraform_enc.yaml
- serviceaccount_terraform_git.yaml
- serviceaccount_terraform_prowlarr.yaml
- serviceaccount_terraform_rancher.yaml
@@ -0,0 +1,6 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: terraform-enc
namespace: woodpecker