From 1b6a6910c68aaadcbdb4e491b3b026b566567be4 Mon Sep 17 00:00:00 2001
From: Johannes Buechele <johannes@bujo.at>
Date: Mon, 29 May 2023 19:26:37 +0200
Subject: [PATCH] fixed vault role

---
 deployments/k8s/dev/backend-deployment-patch.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/deployments/k8s/dev/backend-deployment-patch.yaml b/deployments/k8s/dev/backend-deployment-patch.yaml
index 9c232b3..09a4130 100644
--- a/deployments/k8s/dev/backend-deployment-patch.yaml
+++ b/deployments/k8s/dev/backend-deployment-patch.yaml
@@ -12,7 +12,7 @@ spec:
       annotations:
         vault.hashicorp.com/agent-inject: "true"
         vault.hashicorp.com/agent-inject-status: "update"
-        vault.hashicorp.com/role: 'osalliance-prod'
+        vault.hashicorp.com/role: 'fairregister-dev'
         vault.hashicorp.com/agent-pre-populate-only: "true"
         vault.hashicorp.com/agent-inject-secret-config: customers/fairkom/dev/fairregister
         vault.hashicorp.com/agent-inject-template-config: |
@@ -40,7 +40,7 @@ spec:
       annotations:
         vault.hashicorp.com/agent-inject: "true"
         vault.hashicorp.com/agent-inject-status: "update"
-        vault.hashicorp.com/role: 'osalliance-prod'
+        vault.hashicorp.com/role: 'fairregister-dev'
         vault.hashicorp.com/agent-pre-populate-only: "true"
         vault.hashicorp.com/agent-inject-secret-config: customers/fairkom/dev/fairregister
         vault.hashicorp.com/agent-inject-template-config: |
@@ -68,7 +68,7 @@ spec:
       annotations:
         vault.hashicorp.com/agent-inject: "true"
         vault.hashicorp.com/agent-inject-status: "update"
-        vault.hashicorp.com/role: 'osalliance-prod'
+        vault.hashicorp.com/role: 'fairregister-dev'
         vault.hashicorp.com/agent-pre-populate-only: "true"
         vault.hashicorp.com/agent-inject-secret-config: customers/fairkom/dev/fairregister
         vault.hashicorp.com/agent-inject-template-config: |
@@ -96,7 +96,7 @@ spec:
       annotations:
         vault.hashicorp.com/agent-inject: "true"
         vault.hashicorp.com/agent-inject-status: "update"
-        vault.hashicorp.com/role: 'osalliance-prod'
+        vault.hashicorp.com/role: 'fairregister-dev'
         vault.hashicorp.com/agent-pre-populate-only: "true"
         vault.hashicorp.com/agent-inject-secret-config: customers/fairkom/dev/fairregister
         vault.hashicorp.com/agent-inject-template-config: |
-- 
GitLab