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 1226e0c commit 0b5aaa4Copy full SHA for 0b5aaa4
cloud/local/local.yml
common.yml
@@ -1,3 +1,8 @@
1
+classes:
2
+- global.distribution.${facts:distribution}
3
+- global.cloud.${facts:cloud}
4
+- ${cluster:tenant}.${cluster:name}
5
+
6
parameters:
7
secret_management:
8
vault_addr: https://vault.example.com
@@ -23,3 +28,6 @@ parameters:
23
28
auth: token
24
29
engine: kv-v2
25
30
mount: ${secret_management:vault_mount}
31
32
+ steward:
33
+ api_url: http://lieutenant.172-18-0-2.nip.io
lieutenant-instance/lieutenant.yml
0 commit comments