We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parameters.components
1 parent 68e6d62 commit cd93511Copy full SHA for cd93511
commodore.yml
@@ -3,9 +3,3 @@ classes:
3
- global.distribution.${facts:distribution}
4
- global.cloud.${facts:cloud}
5
- ${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
@@ -24,3 +24,9 @@ parameters:
24
25
steward:
26
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