-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathparams.yml
More file actions
34 lines (30 loc) · 768 Bytes
/
params.yml
File metadata and controls
34 lines (30 loc) · 768 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
27
28
29
30
31
32
33
34
parameters:
secret_management:
vault_addr: https://vault.example.com
vault_role: syn-cluster
argocd:
monitoring:
enabled: false
images:
redis:
image: docker.io/library/redis
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
components:
argocd:
url: https://github.com/projectsyn/component-argocd.git
version: v5.4.0
metrics-server:
url: https://github.com/projectsyn/component-metrics-server.git
version: master