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