Skip to content

Commit

Permalink
Merge pull request #3863 from mtausig/patch-1
Browse files Browse the repository at this point in the history
Fix configuration validation documentation
  • Loading branch information
twz123 authored Jan 2, 2024
2 parents cb6723f + 1e4dd6a commit c2f5a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
k0s command-line interface has the ability to validate config syntax:

```shell
k0s validate config --config path/to/config/file
k0s config validate --config path/to/config/file
```

`validate config` sub-command can validate the following:
`config validate` sub-command can validate the following:

1. YAML formatting
2. [SAN addresses](/configuration/#specapi)
Expand Down

0 comments on commit c2f5a31

Please sign in to comment.