Add terraform-rancher woodpecker ServiceAccount #257
Reference in New Issue
Block a user
Delete Branch "benvin/woodpecker-terraform-rancher"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The new terraform-rancher CI pipeline runs as a pod in the woodpecker namespace; its ServiceAccount token is what Vault binds to the
woodpecker_terraform_rancherk8s auth role (see terraform-vault#86) for rancher2 provider auth + Consul state.Change
ServiceAccount/terraform-rancher(woodpecker ns) and wire it into the woodpecker kustomization, mirroring the other terraform-* runner SAs.Validation
kustomize build apps/base/woodpeckerrenders it; pre-commit clean.