Skip to content

Commit 986922a

Browse files
committed
Update hierarchy
1 parent 9061cca commit 986922a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

commodore.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
classes:
2-
- global.distribution.${facts:distribution}
3-
- global.cloud.${facts:cloud}
4-
- ${cluster:tenant}.${cluster:name}
2+
- global.params
3+
- global.distribution.${facts:distribution}
4+
- global.cloud.${facts:cloud}
5+
- ${cluster:tenant}.${cluster:name}
56

67
components:
7-
- name: argocd
8-
url: https://github.com/projectsyn/component-argocd.git
9-
- name: metrics-server
10-
url: https://github.com/projectsyn/component-metrics-server.git
8+
- name: argocd
9+
url: https://github.com/projectsyn/component-argocd.git
10+
- name: metrics-server
11+
url: https://github.com/projectsyn/component-metrics-server.git

distribution/k3s.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
classes:
3-
- components.argocd
4-
- components.metrics-server
2+
- components.argocd
3+
- components.metrics-server
File renamed without changes.

0 commit comments

Comments
 (0)