Skip to content

Commit 1961133

Browse files
committed
chore: documentation update
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 5bceac0 commit 1961133

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Future work includes:
2424

2525
- Only currently is known to work with `azure` as the provider of confidential vms via peer-pods.
2626
- Only known to work today with everything on one cluster. The work to expand this is in flight.
27-
- If not using ARO you must either provide your own CA signed certs, or use let's encrypt.
27+
- Below version 3.1, if not using ARO you must either provide your own CA signed certs, or use let's encrypt.
2828
- Must be on 4.16.14 or later.
2929

3030
## Major versions

values-simple.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ clusterGroup:
3535
channel: stable
3636
installPlanApproval: Manual
3737
csv: trustee-operator.v0.4.1
38-
39-
4038
cert-manager:
4139
name: openshift-cert-manager-operator
4240
namespace: cert-manager-operator
@@ -88,6 +86,8 @@ clusterGroup:
8886
project: sandbox
8987
path: charts/coco-supported/sandbox
9088

89+
# Letsencrypt is not required anymore for trustee.
90+
# It's only here if you need it for your needs.
9191
letsencrypt:
9292
name: letsencrypt
9393
namespace: letsencrypt

0 commit comments

Comments
 (0)