Compare commits

...

1 Commits

Author SHA1 Message Date
unkinben a227e6778e Add terraform-rancher woodpecker ServiceAccount
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
CI ServiceAccount for the terraform-rancher pipeline; the pod's k8s token is
what Vault binds to the woodpecker_terraform_rancher auth role (terraform-vault
PR) for provider auth + Consul state.
2026-07-15 21:31:22 +10:00
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ resources:
- serviceaccount_terraform_authentik.yaml
- serviceaccount_terraform_git.yaml
- serviceaccount_terraform_prowlarr.yaml
- serviceaccount_terraform_rancher.yaml
- serviceaccount_terraform_radarr.yaml
- serviceaccount_terraform_sonarr.yaml
- serviceaccount_terraform_vault.yaml
@@ -0,0 +1,6 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: terraform-rancher
namespace: woodpecker