Skip to content

Commit

Permalink
Fix trailing spaces to satisfy ct-lint :)
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <[email protected]>
  • Loading branch information
funkypenguin authored and Mirco Hacker committed Dec 10, 2021
1 parent 60a412b commit bb99da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb99da0

Please sign in to comment.