Skip to content

Commit

Permalink
helm: address review comments regarding helm value docs
Browse files Browse the repository at this point in the history
Ref. #26005 (review)

Co-authored-by: Sarah Corleissen <sarah.corleissen@isovalent.com>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
2 people authored and borkmann committed Jun 16, 2023
1 parent c3eb7b0 commit dd37523
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Documentation/helm-values.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions install/kubernetes/cilium/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions install/kubernetes/cilium/values.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions install/kubernetes/cilium/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ envoyConfig:
# -- Create secrets namespace for CiliumEnvoyConfig CRDs.
create: true

# -- Name of secret namespace which Cilium agents are given read access to.
# -- The name of the secret namespace to which Cilium agents are given read access.
name: cilium-secrets

ingressController:
Expand Down Expand Up @@ -1692,7 +1692,7 @@ loadBalancer:
#
# Applicable values:
# - envoy: Enable L7 load balancing via envoy proxy. This will automatically set enable-envoy-config as well.
# - disabled: Disable L7 load balancing via service annotation.
# - disabled: Disable L7 load balancing by way of service annotation.
backend: disabled
# -- List of ports from service to be automatically redirected to above backend.
# Any service exposing one of these ports will be automatically redirected.
Expand Down

0 comments on commit dd37523

Please sign in to comment.