From 62f65e5328ced944437a709791eea6aaf031ef7b Mon Sep 17 00:00:00 2001 From: Martin Irungu <68087402+wirungu@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:47:06 +0100 Subject: [PATCH] readme:fixed example and typo Fixed example command for setting coordinator manifest --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 085f78f0b..9b82a7a8e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ LoadBalancer service, into your cluster. kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/latest/coordinator.yml ``` -### Preprare your Kubernetes resources +### Prepare your Kubernetes resources Contrast will add annotations to your Kubernetes YAML files. If you want to keep the original files unchanged, you can copy the files into a separate local directory. @@ -125,7 +125,7 @@ coordinator=$(kubectl get svc coordinator -o=jsonpath='{.status.loadBalancer.ing Attest the Coordinator and set the manifest: ```sh -./contrast set -c "${coordinator}:1313" -m manifest.json resources/*.yml +./contrast set -c "${coordinator}:1313" -m manifest.json resources/ ``` After this step, the Coordinator will start issuing TLS certs to the workloads. The init container