From bb99da0bb4b53dc17be0ce4f51dec0b5eccf82a7 Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 23 Nov 2021 10:00:37 +1300 Subject: [PATCH] Fix trailing spaces to satisfy ct-lint :) Signed-off-by: David Young --- charts/keycloak/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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