Skip to content

Commit 3563c9e

Browse files
Ordered list for certificate steps steps.
Co-authored-by: Kay Kim <[email protected]>
1 parent f843099 commit 3563c9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/footer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ For example purposes, optional TLS support is provided by using `cert-manager` a
2424
More advanced TLS support using user-provided CAs or per-Materialize `Issuer`s are out of scope of this Terraform module. Please refer to the [cert-manager documentation](https://cert-manager.io/docs/configuration/) for detailed guidance on more advanced usage.
2525

2626
###### To enable installation of `cert-manager` and configuration of the self-signed `ClusterIssuer`
27-
* Set `install_cert_manager` to `true`.
28-
* Run `terraform apply`.
29-
* Set `use_self_signed_cluster_issuer` to `true`.
30-
* Run `terraform apply`.
27+
1. Set `install_cert_manager` to `true`.
28+
1. Run `terraform apply`.
29+
1. Set `use_self_signed_cluster_issuer` to `true`.
30+
1. Run `terraform apply`.
3131

3232
Due to limitations in Terraform, it cannot plan Kubernetes resources using CRDs that do not exist yet. We need to first install `cert-manager` in the first `terraform apply`, before defining any `ClusterIssuer` or `Certificate` resources which get created in the second `terraform apply`.
3333

0 commit comments

Comments
 (0)