Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/submariner/submariner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
project: mip-argo-project-submariner
sources:
- repoURL: [email protected]:NeuroTech-Platform/mip-infra-staging.git
- repoURL: [email protected]:NeuroTech-Platform/mip-infra.git
targetRevision: main
path: common/submariner/broker
destination:
Expand All @@ -35,7 +35,7 @@ metadata:
spec:
project: mip-argo-project-submariner
sources:
- repoURL: [email protected]:NeuroTech-Platform/mip-infra-staging.git
- repoURL: [email protected]:NeuroTech-Platform/mip-infra.git
targetRevision: main
path: common/submariner/operator
destination:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- values.yaml
- $values/deployments/shared-apps/exareme2/values.yaml
- $values/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/exareme2-values.yaml
- repoURL: [email protected]:NeuroTech-Platform/mip-infra-staging.git
- repoURL: [email protected]:NeuroTech-Platform/mip-infra.git
targetRevision: main
ref: values
syncPolicy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- values.yaml
- $values/deployments/shared-apps/mip-stack/values.yaml
- $values/deployments/hybrid/federations/federation-Z/mip-infrastructure/customizations/mip-stack-values.yaml
- repoURL: [email protected]:NeuroTech-Platform/mip-infra-staging.git
- repoURL: [email protected]:NeuroTech-Platform/mip-infra.git
targetRevision: main
ref: values
syncPolicy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
project: mip-argo-project-federations
source:
repoURL: [email protected]:NeuroTech-Platform/mip-infra-staging.git
repoURL: [email protected]:NeuroTech-Platform/mip-infra.git
targetRevision: main
path: deployments/hybrid/federations/federation-Z
destination:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
server: https://kubernetes.default.svc
namespace: federation-a
source:
repoURL: [email protected]:NeuroTech-Platform/mip-infra-staging.git
repoURL: [email protected]:NeuroTech-Platform/mip-infra.git
targetRevision: main
path: deployments/local/federations/federation-A/customizations/overlays/exareme2
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion projects/static/submariner/submariner-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
description: Project for Submariner deployment
sourceRepos:
- [email protected]:NeuroTech-Platform/mip-infra-staging.git
- [email protected]:NeuroTech-Platform/mip-infra.git
- https://submariner-io.github.io/submariner-charts/charts
destinations:
- namespace: submariner-k8s-broker
Expand Down
2 changes: 1 addition & 1 deletion projects/static/submariner/submariner-rbac-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: argocd-mip-team
spec:
description: Privileged project for Submariner RBAC resources
sourceRepos: [[email protected]:NeuroTech-Platform/mip-infra-staging.git]
sourceRepos: [[email protected]:NeuroTech-Platform/mip-infra.git]
destinations:
- namespace: submariner-k8s-broker
server: https://kubernetes.default.svc
Expand Down