Skip to content

Commit 490e71e

Browse files
authored
chore: typo in ruleset description crd (#1944)
Signed-off-by: sandert-k8s <sandert98@gmail.com>
1 parent ac3140f commit 490e71e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/capsule/crds/capsule.clastix.io_rulestatuses.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
type: object
4343
spec:
4444
items:
45-
description: For future inmplementatiosn where users might manage RuleStatus
46-
CRs tehmselves
45+
description: For future implementation where users might manage RuleStatus
46+
CRs themselves
4747
properties:
4848
enforce:
4949
description: Enforcement for given rule

pkg/api/namespace_rule_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
88
)
99

10-
// For future inmplementatiosn where users might manage RuleStatus CRs tehmselves
10+
// For future implementation where users might manage RuleStatus CRs themselves
1111
// +kubebuilder:object:generate=true
1212
type NamespaceRuleBodyNamespace struct {
1313
// Enforcement for given rule

0 commit comments

Comments
 (0)