Skip to content

Commit 173bf09

Browse files
committed
OCPBUGS-42016 Fix incorrect configMap name.
1 parent 392da2c commit 173bf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/certificate-injection-using-operators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
volumes:
7474
- name: trusted-ca
7575
configMap:
76-
name: trusted-ca
76+
name: ca-inject
7777
items:
7878
- key: ca-bundle.crt <1>
7979
path: tls-ca-bundle.pem <2>

0 commit comments

Comments
 (0)