feat: add terraform_vault role (#127)

this adds a service account that can be used to run the terraform_vault
workflows with, so that we can access the jwt to generate a token

Reviewed-on: #127
This commit was merged in pull request #127.
This commit is contained in:
2026-05-21 23:13:48 +10:00
parent 462b2b3f4f
commit c5dd3cc5cb
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -6,5 +6,6 @@ resources:
- namespace.yaml
- cnpg_cluster.yaml
- cnpg_pooler.yaml
- serviceaccount_terraform_vault.yaml
- vaultauth.yaml
- vaultstaticsecret.yaml
@@ -0,0 +1,6 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: terraform_vault
namespace: woodpecker