Skip to content

Commit c490ded

Browse files
committed
Added ca-pem to e2e test
1 parent 68e1904 commit c490ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/mongodb-kubernetes-tests/tests/search/search_community_external_mongod_tls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_install_tls_secrets_and_configmaps(
115115
ca = open(issuer_ca_filepath).read()
116116

117117
ca_configmap_name = f"{mdbc.name}-ca"
118-
create_or_update_configmap(namespace=namespace, name=ca_configmap_name, data={"ca.crt": ca})
118+
create_or_update_configmap(namespace=namespace, name=ca_configmap_name, data={"ca-pem": ca, "ca.crt": ca})
119119

120120

121121
@mark.e2e_search_community_external_mongod_tls

0 commit comments

Comments
 (0)