Skip to content

Commit 9e73ec3

Browse files
committed
reorder
1 parent 0474fd4 commit 9e73ec3

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

argocd/eoepca/workspace/parts/app-workspace-common.yaml renamed to argocd/eoepca/workspace/app-workspace-common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
eoepca/app-name: workspace
88
annotations:
9-
argocd.argoproj.io/sync-wave: "5"
9+
argocd.argoproj.io/sync-wave: "0"
1010
spec:
1111
# Ref. https://argo-cd.readthedocs.io/en/stable/user-guide/application-specification/
1212
project: eoepca

argocd/eoepca/workspace/app-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
labels:
77
eoepca/is-root-app: "true"
88
eoepca/app-name: workspace
9+
annotations:
10+
argocd.argoproj.io/sync-wave: "5"
911
spec:
1012
# Ref. https://argo-cd.readthedocs.io/en/stable/user-guide/application-specification/
1113
project: eoepca
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

22
resources:
3+
- app-workspace-common.yaml
34
- app-workspace.yaml

argocd/eoepca/workspace/parts/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
resources:
33
- app-workspace-admin.yaml
44
- app-workspace-api.yaml
5-
- app-workspace-common.yaml
65
- app-workspace-examples.yaml
76
- app-workspace-pipelines.yaml
87
- ingress-workspace-api.yaml

0 commit comments

Comments
 (0)