Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed example command for setting coordinator manifest
  • Loading branch information
wirungu authored Mar 6, 2024
1 parent 4cc7ca1 commit 1c2d3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ LoadBalancer service, into your cluster.
kubectl apply -f https://github.com/edgelesssys/contrast/releases/download/latest/coordinator.yaml
```

### 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.
Expand Down Expand Up @@ -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
./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
Expand Down

0 comments on commit 1c2d3ab

Please sign in to comment.