Skip to content

Commit 9cae546

Browse files
committed
Fix lint and spell check pipeline
Signed-off-by: Vishal Anarase <iamvishalanarase@gmail.com>
1 parent c98aa8e commit 9cae546

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.cspell-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"F5",
8383
"filesystem",
8484
"finalizer",
85+
"finalizers",
8586
"FIPS",
8687
"foo",
8788
"GB",

design/ironic-standalone-operator/reconciliation-events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Summary
44

55
Ironic Standalone Operator should emit Kubernetes Events on the `Ironic`
6-
custom resource to make meaningful state transitions and actionable failures visible to
7-
cluster users (`kubectl describe ironic ...`), without flooding the cluster
8-
with repetitive messages.
6+
custom resource to make meaningful state transitions and actionable
7+
failures visible to cluster users (`kubectl describe ironic ...`), without
8+
flooding the cluster with repetitive messages.
99

1010
This document proposes a small, stable set of **Event reasons**, their **types**
1111
(Normal/Warning), and the **conditions under which they are recorded**.

0 commit comments

Comments
 (0)