Skip to content

Commit f0271e4

Browse files
committed
fix: more markdown cleanup
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 0daa046 commit f0271e4

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# coco-pattern
2+
23
This is a validated pattern for deploying confidential containers on OpenShift.
34

4-
The target operating model has two clusters:
5+
The target operating model has two clusters:
56

67
- One in a "trusted" zone where the remote attestation, KMS and Key Broker infrastructure are deployed.
7-
- A second where a subset of workloads are deployed in confidential containers
8+
- A second where a subset of workloads are deployed in confidential containers.
89

910
**For the current version of this application the confidential containers assumes deployment to Azure**
1011

11-
On the platform a a sample workload is deployed
12+
On the platform a a sample workload is deployed:
1213

1314
1. Sample hello world applications to allow users to experiment with the policies for CoCo and the KBS (trustee).
1415
2. A sample application `kbs-access` which presents secrets obtained from trustee to a web service. This is designed to allow users to test locked down environments.

charts/all/letsencrypt/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
Cert-manager needs the azure resource group for a zone in order to manage the DNS.
88
Unfortunately this is a little tricky to get.
99

10-
To get this running on azure two compromises have been made
10+
To get this running on azure three compromises have been made:
11+
1112
1. The required information (managed_zone_name and managed_zone resource group) can be obtained via the ansible imperative framework.
1213

1314
2. The imperative framework is limited terms of feedback / logging. Please test carefully.

0 commit comments

Comments
 (0)