From 61b3546c2c9a9d10fa7558ee74b8eec1f95ced95 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 6 Mar 2026 21:46:01 +1100 Subject: [PATCH] fix: copy/paste error (#19) - use correct role for artifactapi to access vault Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/19 --- apps/base/artifactapi/vaultauth.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base/artifactapi/vaultauth.yaml b/apps/base/artifactapi/vaultauth.yaml index d14cf54..669e976 100644 --- a/apps/base/artifactapi/vaultauth.yaml +++ b/apps/base/artifactapi/vaultauth.yaml @@ -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