From 532ad44aab548d9285f285a07e286fa868212983 Mon Sep 17 00:00:00 2001 From: Jarno Rajahalme Date: Thu, 15 May 2025 10:56:37 +0200 Subject: [PATCH] cilium: change comment to test clang-tidy workflow Signed-off-by: Jarno Rajahalme --- cilium/network_policy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cilium/network_policy.cc b/cilium/network_policy.cc index 64daacc4d..aa95ca495 100644 --- a/cilium/network_policy.cc +++ b/cilium/network_policy.cc @@ -103,7 +103,7 @@ class HeaderMatch : public Logger::Loggable { if (secret_value) { match_value = secret_value; } else if (value_.length() == 0) { - // fail if secret has no value and the inline value to match is also empty + // Fail if secret has no value and the inline value to match is also empty. ENVOY_LOG(info, "Cilium HeaderMatch missing SDS secret value for header {}", name_); return false; }