Skip to content

Commit

Permalink
Obey linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Schlegel committed Oct 23, 2024
1 parent 54d8d9c commit c998415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/goal/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit c998415

Please sign in to comment.