Skip to content

Commit 5075777

Browse files
committed
docs: fixed some incorrect examples
1 parent 7549ffd commit 5075777

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Package Structure
22
```
33
[package name]
4-
|- skyhook_dir
5-
| |- ...
6-
|- root_dir
7-
| |- ...
8-
|- config.json
9-
|- Dockerfile
4+
├── Dockerfile
5+
├── config.json
6+
├── root_dir
7+
|- ...
8+
└── skyhook_dir
9+
|- ...
1010
```
1111

1212
## skyhook_dir
@@ -16,8 +16,8 @@ The `skyhook_dir` should contain any scripts you will use in your steps as well
1616
The `root_dir` will be copied into the root filesystem directly. For example a root_dir structure of:
1717
```
1818
root_dir
19-
|- etc
20-
|- hosts
19+
└── etc
20+
└── hosts
2121
```
2222
Would overwrite the /etc/hosts file on the node it was run on.
2323

tuning/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Specify different interrupts for the configmap interrupts to apply a more limite
3939
```yaml
4040
tuning:
4141
version: 1.0.0
42-
image: ghcr.io/nvidia/skyhook-packages/tuning:1.0.0
42+
image: ghcr.io/nvidia/skyhook-packages/tuning
4343
interrupt:
4444
type: reboot
4545
configInterrupts:
@@ -68,7 +68,7 @@ Update just sysctl
6868
```yaml
6969
tuning:
7070
version: 1.0.0
71-
image: nvcr.io/skyhook/tuning:1.0.0
71+
image: nvcr.io/skyhook/tuning
7272
interrupt:
7373
type: restart_all_services
7474
configMap:
@@ -84,7 +84,7 @@ Update containerd stack size
8484
```yaml
8585
tuning:
8686
version: 1.0.0
87-
image: nvcr.io/skyhook/tuning:1.0.0
87+
image: nvcr.io/skyhook/tuning
8888
interrupt:
8989
type: service
9090
services:

0 commit comments

Comments
 (0)