Skip to content

Commit

Permalink
fix: typo (istio#47145)
Browse files Browse the repository at this point in the history
* fix: typo

Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>

* fix: update file

Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>

---------

Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
  • Loading branch information
testwill authored Oct 7, 2023
1 parent 359678f commit a9551ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/charts/istio-control/istio-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sidecarInjectorWebhook:

# Mutations that occur after the sidecar injector are not handled by default, as the Istio sidecar injector is only run
# once. For example, an OPA sidecar injected after the Istio sidecar will not have it's liveness/readiness probes rewritten.
# Setting this to `IfNeeded` will result in the sidecar injector being run again if additonal mutations occur.
# Setting this to `IfNeeded` will result in the sidecar injector being run again if additional mutations occur.
reinvocationPolicy: Never

rewriteAppHTTPProbe: true
Expand Down
2 changes: 1 addition & 1 deletion manifests/charts/istiod-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ sidecarInjectorWebhook:
enableNamespacesByDefault: false
# Mutations that occur after the sidecar injector are not handled by default, as the Istio sidecar injector is only run
# once. For example, an OPA sidecar injected after the Istio sidecar will not have it's liveness/readiness probes rewritten.
# Setting this to `IfNeeded` will result in the sidecar injector being run again if additonal mutations occur.
# Setting this to `IfNeeded` will result in the sidecar injector being run again if additional mutations occur.
reinvocationPolicy: Never
rewriteAppHTTPProbe: true
# Templates defines a set of custom injection templates that can be used. For example, defining:
Expand Down
2 changes: 1 addition & 1 deletion operator/pkg/apis/istio/v1alpha1/values_types.pb.go

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

2 changes: 1 addition & 1 deletion operator/pkg/apis/istio/v1alpha1/values_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ message SidecarInjectorConfig {
// Enables sidecar auto-injection in namespaces by default.
google.protobuf.BoolValue enableNamespacesByDefault = 2;

// Setting this to `IfNeeded` will result in the sidecar injector being run again if additonal mutations occur. Default: Never
// Setting this to `IfNeeded` will result in the sidecar injector being run again if additional mutations occur. Default: Never
string reinvocationPolicy = 3;

// Instructs Istio to not inject the sidecar on those pods, based on labels that are present in those pods.
Expand Down

0 comments on commit a9551ea

Please sign in to comment.