Skip to content

Commit e24ce28

Browse files
committed
docs: Update sources.yml.example to new format
1 parent d4bd770 commit e24ce28

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

sources.yml.example

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
---
12
insecure_sources:
23
- "registry.dev.my-corp.com"
34
- "registry-2.dev.my-corp.com:5001"
45
source_authorities:
56
"registry.pre.my-corp.com":
6-
ca_path: "/path/to/ca.crt"
7+
- type: Path
8+
path: "/path/to/ca.pem"
79
"registry-2.pre.my-corp.com:5001":
8-
ca_path: "/path/to/ca.crt"
10+
- type: Path
11+
path: "/path/to/ca.pem"
12+
- type: Path
13+
path: "/path/to/ca.der"
14+
- type: Data
15+
data: |
16+
our PEM encoded cert

0 commit comments

Comments
 (0)