Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Philips committed Nov 6, 2023
1 parent 271d7d1 commit 1a3cec0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions app-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: kargo-demo-test
namespace: argocd
annotations:
kargo.akuity.io/authorized-stage: kargo-demo-stages:test
kargo.akuity.io/authorized-stage: kargo-demo-kustomize-stages:test
spec:
project: default
source:
Expand All @@ -21,7 +21,7 @@ metadata:
name: kargo-demo-uat
namespace: argocd
annotations:
kargo.akuity.io/authorized-stage: kargo-demo-stages:uat
kargo.akuity.io/authorized-stage: kargo-demo-kustomize-stages:uat
spec:
project: default
source:
Expand All @@ -38,7 +38,7 @@ metadata:
name: kargo-demo-prod
namespace: argocd
annotations:
kargo.akuity.io/authorized-stage: kargo-demo-stages:prod
kargo.akuity.io/authorized-stage: kargo-demo-kustomize-stages:prod
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion project-ns.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: kargo-demo-stages
name: kargo-demo-kustomize-stages
labels:
kargo.akuity.io/project: "true"
8 changes: 4 additions & 4 deletions project-secret.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: kargo-demo-stages
namespace: kargo-demo-stages
name: kargo-demo-kustomize-stages
namespace: kargo-demo-kustomize-stages
spec:
data:
- remoteRef:
Expand All @@ -26,8 +26,8 @@ spec:
kind: Secret
apiVersion: v1
metadata:
name: kargo-demo-stages
namespace: kargo-demo-stages
name: kargo-demo-kustomize-stages
namespace: kargo-demo-kustomize-stages
labels:
kargo.akuity.io/secret-type: repository
stringData:
Expand Down
6 changes: 3 additions & 3 deletions project-stages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kargo.akuity.io/v1alpha1
kind: Stage
metadata:
name: test
namespace: kargo-demo-stages
namespace: kargo-demo-kustomize-stages
spec:
subscriptions:
warehouse: kargo-demo
Expand All @@ -22,7 +22,7 @@ apiVersion: kargo.akuity.io/v1alpha1
kind: Stage
metadata:
name: uat
namespace: kargo-demo-stages
namespace: kargo-demo-kustomize-stages
spec:
subscriptions:
upstreamStages:
Expand All @@ -43,7 +43,7 @@ apiVersion: kargo.akuity.io/v1alpha1
kind: Stage
metadata:
name: prod
namespace: kargo-demo-stages
namespace: kargo-demo-kustomize-stages
spec:
subscriptions:
upstreamStages:
Expand Down
2 changes: 1 addition & 1 deletion project-warehouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
metadata:
name: kargo-demo
namespace: kargo-demo-stages
namespace: kargo-demo-kustomize-stages
spec:
subscriptions:
- image:
Expand Down

0 comments on commit 1a3cec0

Please sign in to comment.