Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Trousseau image version in readme #157

Merged
merged 2 commits into from
Jul 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Notes:

Clone the repo and create your environment file:
```bash
TR_VERSION=31b93747fc4fd438a6b30de70ff16d4a45271366
TR_VERSION=d3e4f2569b2eddeea992e47dae29a931182379dd
TR_VERBOSE_LEVEL=1
TR_SOCKET_LOCATION=/opt/trousseau-kms
TR_PROXY_IMAGE=ghcr.io/ondat/trousseau:proxy-${TR_VERSION}
Expand Down Expand Up @@ -137,7 +137,7 @@ ls -l generated_manifests/helm
```

Deploy the application and configure encryption:
```
```yaml
kind: EncryptionConfiguration
apiVersion: apiserver.config.k8s.io/v1
resources:
Expand All @@ -152,7 +152,7 @@ resources:
```

Reconfigure Kubernetes API server:
```
```yaml
kind: ClusterConfiguration
apiServer:
extraArgs:
Expand Down