diff --git a/docs/goal/image.md b/docs/goal/image.md index 1da10b2..b1770aa 100644 --- a/docs/goal/image.md +++ b/docs/goal/image.md @@ -10,6 +10,6 @@ Import images into k3s containerd. | `dockerPullAlways` | `k3s.dockerPullAlways` | Always pull docker images or only if not present. | false | | `pullTimeout` | `k3s.pullTimeout` | Timout for `ctr image pull` or `docker pull` in seconds. | 1200 | | `copyToContainerTimeout` | `k3s.copyToContainerTimeout` | Timout for saving image to tar in seconds. | 60 | -| `saveImageTimeout` | `k3s.saveImageTimeout` | Timout for saving image to tar in seconds. | 60 | +| `saveImageTimeout` | `k3s.saveImageTimeout` | Timout for saving image to tar in seconds. | 60 | | `skipImage` | `k3s.skipImage` | Skip image handling. | false | | `debug` | `k3s.debug` | Stream logs of docker and kubectl. | false |