Skip to content

Commit 0b5aaa4

Browse files
committed
Add dynamic hierarchy
1 parent 1226e0c commit 0b5aaa4

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

cloud/local/local.yml

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

common.yml

Lines changed: 8 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
parameters:
27
secret_management:
38
vault_addr: https://vault.example.com
@@ -23,3 +28,6 @@ parameters:
2328
auth: token
2429
engine: kv-v2
2530
mount: ${secret_management:vault_mount}
31+
32+
steward:
33+
api_url: http://lieutenant.172-18-0-2.nip.io

lieutenant-instance/lieutenant.yml

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

0 commit comments

Comments
 (0)