From d71df9c5a59b51f5a37e974e2da88785c12f4978 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Tue, 5 Aug 2025 15:18:05 +0200 Subject: [PATCH] Correct duplicated hostname reference Signed-off-by: Jannik Hollenbach --- documentation/docs/api/crds/cascading-rule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/api/crds/cascading-rule.md b/documentation/docs/api/crds/cascading-rule.md index a91d0d6e46..2ccf1e199a 100644 --- a/documentation/docs/api/crds/cascading-rule.md +++ b/documentation/docs/api/crds/cascading-rule.md @@ -44,7 +44,7 @@ For convenience a helper object has been added to the mustache call under the `$ This helper object has the following attributes: -- `$.hostOrIP` returns either the hostname (if available) or the hostname of the current finding. +- `$.hostOrIP` returns either the hostname (if available) or the ip address of the current finding. ## Example