From 490e71eefd5e0137f2be3c8657876cd158c00826 Mon Sep 17 00:00:00 2001 From: Sander Tervoert <32864332+sandert-k8s@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:46:20 +0200 Subject: [PATCH] chore: typo in ruleset description crd (#1944) Signed-off-by: sandert-k8s --- charts/capsule/crds/capsule.clastix.io_rulestatuses.yaml | 4 ++-- pkg/api/namespace_rule_type.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/capsule/crds/capsule.clastix.io_rulestatuses.yaml b/charts/capsule/crds/capsule.clastix.io_rulestatuses.yaml index 6254fdd5..1793f92f 100644 --- a/charts/capsule/crds/capsule.clastix.io_rulestatuses.yaml +++ b/charts/capsule/crds/capsule.clastix.io_rulestatuses.yaml @@ -42,8 +42,8 @@ spec: type: object spec: items: - description: For future inmplementatiosn where users might manage RuleStatus - CRs tehmselves + description: For future implementation where users might manage RuleStatus + CRs themselves properties: enforce: description: Enforcement for given rule diff --git a/pkg/api/namespace_rule_type.go b/pkg/api/namespace_rule_type.go index 00ba9c8f..9ca86b66 100644 --- a/pkg/api/namespace_rule_type.go +++ b/pkg/api/namespace_rule_type.go @@ -7,7 +7,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) -// For future inmplementatiosn where users might manage RuleStatus CRs tehmselves +// For future implementation where users might manage RuleStatus CRs themselves // +kubebuilder:object:generate=true type NamespaceRuleBodyNamespace struct { // Enforcement for given rule