Skip to content

Commit c61eb96

Browse files
committed
reword comment
1 parent 3a0843d commit c61eb96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content

Submodule content updated 49 files

operator/pkg/proxy/translation.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ func InjectProxyEnvVars(translator values.Translator, proxyEnv map[string]string
5555
if err != nil {
5656
// Simply log the error, we do not want to fail reconciliation based on this (the check for
5757
// len(proxyEnvVars) == 0) should catch a complete failure).
58-
// While this log can be spammy (emitted on every reconciliation), an error here is extremely unlikely
59-
// and thus we deem this acceptable.
58+
// While this log can be spammy (emitted on every reconciliation), an error here is extremely unlikely,
59+
// thus we deem this acceptable.
6060
log.Error(err, "could not determine proxy environment variables", "gvk", obj.GroupVersionKind(), "namespace", obj.GetNamespace(), "name", obj.GetName())
6161
}
6262

0 commit comments

Comments
 (0)