Skip to content

Commit

Permalink
config/doc/ignition.yaml: correction in description
Browse files Browse the repository at this point in the history
  • Loading branch information
madhu-pillai committed Aug 30, 2024
1 parent 3b3a27b commit 570383f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/doc/ignition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ root:
desc: describes the IBM Crypto Express (CEX) card configuration for the luks device.
children:
- name: enabled
desc: whether or not to use a CEX secure key to encrypt the luks device.
desc: whether or not to enable cex compatibility for luks. If omitted, defaults to false.
- name: systemd
desc: describes the desired state of the systemd units.
children:
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration-v3_5_experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ The Ignition configuration is a JSON document conforming to the following specif
* **config** (string): the clevis configuration JSON.
* **_needsNetwork_** (boolean): whether or not the device requires networking.
* **_cex_** (object): describes the IBM Crypto Express (CEX) card configuration for the luks device.
* **_enabled_** (boolean): whether or not to use a CEX secure key to encrypt the luks device.
* **_enabled_** (boolean): whether or not to enable cex compatibility for luks. If omitted, defaults to false.
* **_systemd_** (object): describes the desired state of the systemd units.
* **_units_** (list of objects): the list of systemd units. Every unit must have a unique `name`.
* **name** (string): the name of the unit. This must be suffixed with a valid unit type (e.g. "thing.service").
Expand Down

0 comments on commit 570383f

Please sign in to comment.