fix: copy/paste error (#19)

- use correct role for artifactapi to access vault

Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
2026-03-06 21:46:01 +11:00
parent 05a88459a5
commit 61b3546c2c
+3 -3
View File
@@ -3,14 +3,14 @@ apiVersion: secrets.hashicorp.com/v1beta1
kind: VaultAuth
metadata:
name: default
namespace: woodpecker
namespace: artifactapi
spec:
allowedNamespaces:
- woodpecker
- artifactapi
kubernetes:
audiences:
- vault
role: woodpecker
role: artifactapi
serviceAccount: default
tokenExpirationSeconds: 600
method: kubernetes