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 kind: VaultAuth
metadata: metadata:
name: default name: default
namespace: woodpecker namespace: artifactapi
spec: spec:
allowedNamespaces: allowedNamespaces:
- woodpecker - artifactapi
kubernetes: kubernetes:
audiences: audiences:
- vault - vault
role: woodpecker role: artifactapi
serviceAccount: default serviceAccount: default
tokenExpirationSeconds: 600 tokenExpirationSeconds: 600
method: kubernetes method: kubernetes