Skip to content

Commit 26dea87

Browse files
authored
Merge pull request #1 from projectsyn/dynamic_hierarchy
Add dynamic hierarchy
2 parents 14c97b9 + c476ad9 commit 26dea87

File tree

5 files changed

+16
-17
lines changed

5 files changed

+16
-17
lines changed

cloud/local/local.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

commodore.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
classes:
2+
- global.params
3+
- global.distribution.${facts:distribution}
4+
- global.cloud.${facts:cloud}
5+
- ${cluster:tenant}.${cluster:name}
6+
17
components:
2-
- name: argocd
3-
url: https://github.com/projectsyn/component-argocd.git
4-
- name: metrics-server
5-
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

lieutenant-instance/lieutenant.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

common.yml renamed to params.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
parameters:
2-
component_versions:
3-
argocd:
4-
version: 696b4b4cb9a86ebc845daa314a0a98957f89e99b # Before removing deprecated params
52
secret_management:
63
vault_addr: https://vault.example.com
7-
vault_mount: kv
84
vault_role: syn-cluster
95
commodore:
106
jsonnet_libs:
@@ -25,4 +21,7 @@ parameters:
2521
VAULT_CAPATH: /etc/ssl/certs/
2622
auth: token
2723
engine: kv-v2
28-
mount: ${secret_management:vault_mount}
24+
mount: clusters/kv
25+
26+
steward:
27+
api_url: http://lieutenant.172-18-0-2.nip.io

0 commit comments

Comments
 (0)