diff --git a/charts/keycloak/values.yaml b/charts/keycloak/values.yaml index 8cc981fb..f1289a87 100644 --- a/charts/keycloak/values.yaml +++ b/charts/keycloak/values.yaml @@ -71,8 +71,8 @@ securityContext: # Additional init containers, e. g. for providing custom themes extraInitContainers: "" -# When using service meshes which rely on a sidecar, it may be necessary to skip init containers altogether, -# since the sidecar doesn't start until the init containers are done, and the sidecar may be required +# When using service meshes which rely on a sidecar, it may be necessary to skip init containers altogether, +# since the sidecar doesn't start until the init containers are done, and the sidecar may be required # for network access. # For example, Istio in strict mTLS mode prevents the pgchecker init container from ever completing skipInitContainers: false