-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
35 lines (34 loc) · 1.13 KB
/
Copy pathconfig.example.yaml
File metadata and controls
35 lines (34 loc) · 1.13 KB
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
35
# Example VaultSync configuration — illustrative only.
#
# This file is NOT read by the tool. VaultSync loads its config from
# ~/.config/vaultsync/config.yaml. Copy this file there and edit it to match
# your namespaces and paths:
#
# mkdir -p ~/.config/vaultsync
# cp config.example.yaml ~/.config/vaultsync/config.yaml
#
# `local_path` values are resolved under <root_dir>/secrets when relative, or
# used as-is when absolute (in which case root_dir is optional).
root_dir: ~/vaultsync-demo
syncs:
- namespace: team-platform
vault_path: kubernetes/dev/example-app
local_path: dev
- namespace: team-platform
vault_path: kubernetes/qa/example-app
local_path: qa
- namespace: team-platform
vault_path: kubernetes/uat/example-app
local_path: uat
- namespace: team-platform
vault_path: kubernetes/test/example-app
local_path: tst
- namespace: team-platform
vault_path: kubernetes/stage/example-app
local_path: stage
- namespace: team-platform
vault_path: kubernetes/preprod/example-app
local_path: pdc
- namespace: team-platform
vault_path: kubernetes/prod/example-app
local_path: bdc