From f24b4d7c945dbc84f8e3a2e265d0baaa14686991 Mon Sep 17 00:00:00 2001 From: Joe Rice Date: Tue, 28 May 2024 14:57:46 -0700 Subject: [PATCH] Add tls configuration options to helm README --- config/helm/appmesh-controller/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/helm/appmesh-controller/README.md b/config/helm/appmesh-controller/README.md index c3044e94..2e2b0435 100644 --- a/config/helm/appmesh-controller/README.md +++ b/config/helm/appmesh-controller/README.md @@ -449,3 +449,5 @@ Parameter | Description | Default `env` | environment variables to be injected into the appmesh-controller pod | `{}` `livenessProbe` | Liveness probe settings for the controller | (see `values.yaml`) `podDisruptionBudget` | PodDisruptionBudget | `{}` +`tlsMinVersion` | Minimum TLS version for the controller webhook server as shown in [here](https://github.com/kubernetes/component-base/blob/master/cli/flag/ciphersuites_flag.go#L114) | `VersionTLS12` +`tlsCipherSuite` | Comma delimited TLS cipher suites for the controller webhook server as shown [here](https://pkg.go.dev/crypto/tls#pkg-constants) | None \ No newline at end of file