Skip to content

Commit 4d1cde8

Browse files
authored
fix: Add kargo common infra namespace to vault to get access to external secrets (redhat-appstudio#444)
Signed-off-by: flacatus <flacatus@redhat.com>
1 parent 4cc401b commit 4d1cde8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

components/cluster-secret-store/base/appsre-stonesoup-vault-secret-store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ spec:
3636
- rover-group-sync
3737
- argocd-local # Must be the namespace where ArgoCD is deployed
3838
- konflux-devprod-poc
39-
39+
- kargo-infra-common

components/kargo/internal-production/projects/kargo-infra-common/base/stage-ring-1-staging.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ spec:
4141
as: push
4242
config:
4343
path: ./src
44-
targetBranch: kargo-ring-2-production
44+
targetBranch: kargo-ring-1-staging
4545
force: true
4646
- uses: git-open-pr
4747
as: open-pr
4848
continueOnError: true
4949
config:
5050
repoURL: https://github.com/redhat-appstudio/infra-common-deployments.git
51-
sourceBranch: kargo-ring-2-production
51+
sourceBranch: kargo-ring-1-staging
5252
targetBranch: main
53-
title: "chore(${{ ctx.stage }}): promote infra-common to production"
53+
title: "chore(${{ ctx.stage }}): promote infra-common to staging"
5454
description: |
55-
## Ring 2Production Promotion
55+
## Ring 1Staging Promotion
5656
57-
Automated promotion of infrastructure components to the **production** ring.
57+
Automated promotion of infrastructure components to the **staging** ring.
5858
5959
### Images Promoted
6060
@@ -74,8 +74,8 @@ spec:
7474
---
7575
*This PR was automatically generated by [Kargo](https://kargo.akuity.io). Do not edit the source branch manually — it will be force-pushed on the next promotion.*
7676
labels:
77-
- ring-2
78-
- production
77+
- ring-1
78+
- staging
7979
- automated-promotion
8080
- uses: git-merge-pr
8181
if: ${{ status('open-pr') != 'Errored' }}

0 commit comments

Comments
 (0)