Files
argocd-apps/apps/base/woodpecker/kustomization.yaml
T
unkinben f57ce6b82a
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
feat: add terraform_vault role
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
2026-05-21 23:04:40 +10:00

12 lines
228 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- cnpg_cluster.yaml
- cnpg_pooler.yaml
- serviceaccount_terraform_vault.yaml
- vaultauth.yaml
- vaultstaticsecret.yaml