Skip to content

Commit

Permalink
fix some editor mishaps, change preflight field to preflightRules
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <[email protected]>
  • Loading branch information
everettraven committed Mar 5, 2024
1 parent 15cf975 commit 28b0ff0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proposals/kapp/001-crd-upgrade-safety/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ As an example, configuring a preflight check could look something like:
```yaml
apiVersion: kapp.k14s.io/v1alpha1
kind: Config
---
preflight:
...
preflightRules:
- name: Check
config:
paramOne: somevalue
Expand All @@ -103,6 +103,7 @@ preflight:
config:
otherParamOne:
value: foo
...
```

Each entry in the `preflight` field contains the `name` of the preflight check and an optional map of configuration values (specified by the `config` field).
Expand Down

0 comments on commit 28b0ff0

Please sign in to comment.