Skip to content

Commit 312b1b2

Browse files
committed
Fixed a typo in the trust-manager custom resource example
Signed-off-by: Terri Cain <[email protected]>
1 parent 10f9eff commit 312b1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
key: "ca.crt"
8686

8787
# One more ConfigMap source, this time including all certificates from every key
88-
- secret:
88+
- configMap:
8989
name: "my-org-cas"
9090
includeAllKeys: true
9191

0 commit comments

Comments
 (0)