Skip to content

Commit 1ba49ac

Browse files
authored
Merge pull request #4 from projectsyn/parameters-component-urls
Move component definitions to `parameters.components`
2 parents 68e6d62 + cd93511 commit 1ba49ac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

commodore.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@ classes:
33
- global.distribution.${facts:distribution}
44
- global.cloud.${facts:cloud}
55
- ${cluster:tenant}.${cluster:name}
6-
7-
components:
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

params.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ parameters:
2424

2525
steward:
2626
api_url: http://lieutenant.172-18-0-2.nip.io
27+
28+
components:
29+
argocd:
30+
url: https://github.com/projectsyn/component-argocd.git
31+
metrics-server:
32+
url: https://github.com/projectsyn/component-metrics-server.git

0 commit comments

Comments
 (0)