Skip to content

Commit 239e731

Browse files
authored
chore(RELEASE-2696): add release ns to stage CSS (#13696)
This commit adds the konflux-release-service-tenant namespace to the stage ClusterSecretStore namespace allow list. Release-service E2E will be orchestrated from stage instead of prod so ExternalSecrets need to work there. Signed-off-by: Johnny Bieren <jbieren@redhat.com>
1 parent f7e1849 commit 239e731

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- op: add
3+
path: /spec/conditions/0/namespaces/-
4+
value: konflux-release-service-tenant

components/cluster-secret-store/staging/kustomization.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ patches:
3333
kind: ClusterSecretStore
3434
group: external-secrets.io
3535
version: v1
36+
- path: konflux-release-service-namespaces-patch.yaml
37+
target:
38+
name: appsre-stonesoup-vault
39+
kind: ClusterSecretStore
40+
group: external-secrets.io
41+
version: v1

0 commit comments

Comments
 (0)