diff --git a/README.md b/README.md index 77211e5..2adf135 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,10 @@ metadata: data: endpoint: '' model: mixtral + ca.crt: | # If using TLS + -----BEGIN CERTIFICATE----- + + -----END CERTIFICATE----- ``` ```yaml @@ -110,6 +114,10 @@ metadata: data: endpoint: '' model: prometheus + ca.crt: | # If using TLS + -----BEGIN CERTIFICATE----- + + -----END CERTIFICATE----- ``` ```yaml @@ -122,6 +130,8 @@ data: type: Opaque ``` +**NOTE**: You can find and copy the certs needed for the teacher- and judge-server ConfigMaps in another ConfigMap, `kube-root-ca.crt`, found in the same namespace as the hosted model + ### Run the Pipeline