forked from projectsyn/getting-started-commodore-defaults
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.yml
More file actions
26 lines (24 loc) · 651 Bytes
/
Copy pathparams.yml
File metadata and controls
26 lines (24 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
parameters:
secret_management:
vault_addr: https://vault.example.com
vault_role: syn-cluster
commodore:
jsonnet_libs:
- name: kube-libsonnet
repository: https://github.com/bitnami-labs/kube-libsonnet
files:
- libfile: kube.libsonnet
targetfile: kube.libjsonnet
kapitan:
vars:
namespace: cluster
secrets:
vaultkv:
VAULT_ADDR: ${secret_management:vault_addr}
VAULT_SKIP_VERIFY: 'false'
VAULT_CAPATH: /etc/ssl/certs/
auth: token
engine: kv-v2
mount: clusters/kv
steward:
api_url: http://lieutenant.172-18-0-2.nip.io