Skip to content

Commit

Permalink
docs: fix extension service path dependency
Browse files Browse the repository at this point in the history
Fix extension service `path` dependency

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 25, 2022
1 parent 9b9191c commit 5344d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/v1.0/learn-more/extension-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ container:
- # OCI Mount Spec
depends:
- service: cri
- file: /run/machined/machined.sock
- path: /run/machined/machined.sock
- network:
- address
- connectivity
Expand Down Expand Up @@ -77,7 +77,7 @@ The `depends` section describes extension service start dependencies: the servic
Available dependencies:

* `service: <name>`: wait for the service `<name>` to be running and healthy
* `file: <path>`: wait for the `<path>` to exist
* `path: <path>`: wait for the `<path>` to exist
* `network: [address, connectivity, hostname, etcfiles]`: wait for the specified network readiness checks to succeed
* `time: true`: wait for the NTP time sync

Expand Down

0 comments on commit 5344d6e

Please sign in to comment.