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.
1 parent 0b5aaa4 commit 9061ccaCopy full SHA for 9061cca
commodore.yml
@@ -1,3 +1,8 @@
1
+classes:
2
+- global.distribution.${facts:distribution}
3
+- global.cloud.${facts:cloud}
4
+- ${cluster:tenant}.${cluster:name}
5
+
6
components:
7
- name: argocd
8
url: https://github.com/projectsyn/component-argocd.git
common.yml
@@ -1,8 +1,3 @@
-classes:
-- global.distribution.${facts:distribution}
-- global.cloud.${facts:cloud}
-- ${cluster:tenant}.${cluster:name}
-
parameters:
secret_management:
vault_addr: https://vault.example.com
0 commit comments