Skip to content

Commit fad2c04

Browse files
committed
Add a sources section (to separate it from targets)
Signed-off-by: Julio Camarero <[email protected]>
1 parent b7d2692 commit fad2c04

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

content/docs/trust/trust-manager/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,26 +103,28 @@ spec:
103103
linkerd.io/inject: "enabled"
104104
```
105105
106+
All sources and target options are documented in the trust-manager [API reference documentation](./api-reference.md).
107+
108+
#### Sources
109+
106110
`Bundle` resources currently support several source types:
107111

108112
- `configMap` - a `ConfigMap` resource in the trust-manager namespace
109113
- `secret` - a `Secret` resource in the trust-manager namespace
110114
- `inLine` - a manually specified string containing at least one certificate
111115
- `useDefaultCAs` - usually, a bundle of publicly trusted certificates
112116

113-
`ConfigMap` is the default target type, but as of v0.7.0 trust-manager also supports `Secret` resources as targets.
114-
115-
Support for `Secret` targets must be explicitly enabled in the trust-manager controller; see details below under "Enable Secret targets".
116-
117117
Both `ConfigMap` and `Secret` also support specifying label selectors to select multiple resources at once, which is useful in dynamic
118118
environments where the name of the `ConfigMap` or `Secret` is known only at runtime. When adding a source, either of type `ConfigMap` or `Secret`,
119119
the fields `name` and `selector` are mutually exclusive: one **must** be set, but not both.
120120

121121

122-
All sources and target options are documented in the trust-manager [API reference documentation](./api-reference.md).
123-
124122
#### Targets
125123

124+
`ConfigMap` is the default target type, but as of v0.7.0 trust-manager also supports `Secret` resources as targets.
125+
126+
Support for `Secret` targets must be explicitly enabled in the trust-manager controller; see details below under "Enable Secret targets".
127+
126128
All `Bundle` targets are written to `ConfigMap`s (and/or `Secret`s) whose name matches that of the
127129
`Bundle`, and every target has a PEM-formatted bundle included.
128130

0 commit comments

Comments
 (0)