File tree Expand file tree Collapse file tree 5 files changed +21
-18
lines changed Expand file tree Collapse file tree 5 files changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -100,17 +100,17 @@ spec:
100100 - key : purpose
101101 operator : In
102102 values :
103- - ic-user-projects
103+ - ic-shared-llm-app
104104 - matchExpressions :
105105 - key : purpose
106106 operator : In
107107 values :
108- - ic-shared-llm- app
108+ - ic-shared-app
109109 - matchExpressions :
110110 - key : purpose
111111 operator : In
112112 values :
113- - ic-shared-app
113+ - ic-user-projects
114114 template :
115115 metadata :
116116 name : " {{name}}"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : create-and-apply-resources
55 namespace : ic-user-projects
66 annotations :
7- argocd.argoproj.io/sync-wave : " 1 "
7+ argocd.argoproj.io/sync-wave : " 2 "
88 argocd.argoproj.io/hook : Sync
99 argocd.argoproj.io/hook-delete-policy : BeforeHookCreation
1010 argocd.argoproj.io/compare-options : IgnoreExtraneous
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ commonLabels:
99
1010resources :
1111# wave 0
12- - project-manager .yaml
12+ - namespace .yaml
1313# wave 1
14+ - project-manager.yaml
15+ # wave 2
1416- create-projects-and-resources-job.yaml
Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : v1
3+ kind : Namespace
4+ metadata :
5+ name : ic-user-projects
6+ labels :
7+ app : ic-user-projects
8+ argocd.argoproj.io/managed-by : openshift-gitops
9+ annotations :
10+ openshift.io/display-name : " Project Manager"
11+ argocd.argoproj.io/sync-wave : " 0"
Original file line number Diff line number Diff line change 1- apiVersion : v1
2- kind : Namespace
3- metadata :
4- name : ic-user-projects
5- labels :
6- app : ic-user-projects
7- argocd.argoproj.io/managed-by : openshift-gitops
8- annotations :
9- openshift.io/display-name : " Project Manager"
10- argocd.argoproj.io/sync-wave : " 0"
111---
122apiVersion : v1
133kind : ServiceAccount
144metadata :
155 name : project-creator
166 namespace : ic-user-projects
177 annotations :
18- argocd.argoproj.io/sync-wave : " 0 "
8+ argocd.argoproj.io/sync-wave : " 1 "
199---
2010apiVersion : rbac.authorization.k8s.io/v1
2111kind : ClusterRoleBinding
2212metadata :
2313 name : project-creator-binding
2414 annotations :
25- argocd.argoproj.io/sync-wave : " 0 "
15+ argocd.argoproj.io/sync-wave : " 1 "
2616subjects :
2717- kind : ServiceAccount
2818 name : project-creator
@@ -37,7 +27,7 @@ apiVersion: rbac.authorization.k8s.io/v1
3727metadata :
3828 name : route-reader
3929 annotations :
40- argocd.argoproj.io/sync-wave : " 0 "
30+ argocd.argoproj.io/sync-wave : " 1 "
4131rules :
4232- apiGroups : ["route.openshift.io"]
4333 resources : ["routes"]
You can’t perform that action at this time.
0 commit comments