Skip to content

Commit ae621a4

Browse files
split argocd app of apps
Signed-off-by: Christoph Jerolimov <jerolimov+git@gmail.com>
1 parent 05efdf4 commit ae621a4

6 files changed

Lines changed: 19 additions & 2 deletions

File tree

argocd/app-of-default-apps.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
namespace: openshift-gitops
5+
name: rhdh-loadtests-app-of-default-apps
6+
spec:
7+
project: rhdh-loadtests
8+
source:
9+
repoURL: 'https://github.com/christoph-jerolimov/rhdh-loadtests.git'
10+
targetRevision: HEAD
11+
path: argocd/default-apps
12+
destination:
13+
name: in-cluster
14+
namespace: openshift-gitops
15+
syncPolicy:
16+
automated:
17+
enabled: true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apiVersion: argoproj.io/v1alpha1
22
kind: Application
33
metadata:
44
namespace: openshift-gitops
5-
name: rhdh-loadtests-app-of-apps
5+
name: rhdh-loadtests-app-of-legacy-apps
66
spec:
77
project: rhdh-loadtests
88
source:
99
repoURL: 'https://github.com/christoph-jerolimov/rhdh-loadtests.git'
1010
targetRevision: HEAD
11-
path: argocd/apps
11+
path: argocd/legacy-apps
1212
destination:
1313
name: in-cluster
1414
namespace: openshift-gitops

0 commit comments

Comments
 (0)