Skip to content

Commit 0f4c386

Browse files
authored
Add tls configuration options to helm README (#780)
1 parent 5be8d05 commit 0f4c386

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/helm/appmesh-controller/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -449,3 +449,5 @@ Parameter | Description | Default
449449
`env` | environment variables to be injected into the appmesh-controller pod | `{}`
450450
`livenessProbe` | Liveness probe settings for the controller | (see `values.yaml`)
451451
`podDisruptionBudget` | PodDisruptionBudget | `{}`
452+
`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`
453+
`tlsCipherSuite` | Comma delimited TLS cipher suites for the controller webhook server as shown [here](https://pkg.go.dev/crypto/tls#pkg-constants) | None

0 commit comments

Comments
 (0)