Skip to content

Commit 8851c84

Browse files
committed
fix spelling error (ConfigMaps is not valid)
Signed-off-by: Julio Camarero <[email protected]>
1 parent 320bd3f commit 8851c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ Both `ConfigMap` and `Secret` also support specifying label selectors to select
135135
environments where the name of the `ConfigMap` or `Secret` is known only at runtime. When adding a source, either of type `ConfigMap` or `Secret`,
136136
the fields `name` and `selector` are mutually exclusive: one **must** be set, but not both.
137137

138-
These features can be combined to, for instance, select all ConfigMaps with a specific label and include every
139-
certificate from each key within those ConfigMaps.
138+
These features can be combined to, for instance, select all Secrets with a specific label and include every
139+
certificate from each key within those Secrets.
140140

141141
#### Targets
142142

0 commit comments

Comments
 (0)