Skip to content

Commit 222e8c3

Browse files
Merge pull request #1665 from terricain/typo-trust-manager-manifest
Fixed a typo in the trust-manager custom resource example
2 parents 10f9eff + 312b1b2 commit 222e8c3

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)