Skip to content

Commit 9061cca

Browse files
committed
move classes to commodore config
1 parent 0b5aaa4 commit 9061cca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

commodore.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
classes:
2+
- global.distribution.${facts:distribution}
3+
- global.cloud.${facts:cloud}
4+
- ${cluster:tenant}.${cluster:name}
5+
16
components:
27
- name: argocd
38
url: https://github.com/projectsyn/component-argocd.git

common.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
classes:
2-
- global.distribution.${facts:distribution}
3-
- global.cloud.${facts:cloud}
4-
- ${cluster:tenant}.${cluster:name}
5-
61
parameters:
72
secret_management:
83
vault_addr: https://vault.example.com

0 commit comments

Comments
 (0)