Skip to content

Commit a516e60

Browse files
authored
Merge pull request #88032 from sslocket/OCPBUGS-42016
OCPBUGS-42016 Fix incorrect configMap name.
2 parents 547f5dc + 173bf09 commit a516e60

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)