Skip to content

Commit c7f202e

Browse files
authored
Minor fix to disableFallback documentation
Looks like there was a minor mistake in the documentation stating that fallback won't be triggered when `disableFallback` is false and should be true
1 parent 0a4bb60 commit c7f202e

File tree

1 file changed

+1
-1
lines changed
  • docs/pages/configuration/images/build-engines

1 file changed

+1
-1
lines changed

docs/pages/configuration/images/build-engines/docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If nothing is specified, DevSpace always tries to build the image using Docker a
1010

1111

1212
## Kaniko Fallback
13-
When using `docker` as build tool, DevSpace checks if the Docker daemon is installed and running. If Docker is not installed or not running, DevSpace will use kaniko as fallback to build the image unless the option `disableFallback` is set to `false`.
13+
When using `docker` as build tool, DevSpace checks if the Docker daemon is installed and running. If Docker is not installed or not running, DevSpace will use kaniko as fallback to build the image unless the option `disableFallback` is set to `true`.
1414

1515
#### Example: Disabling kaniko Fallback
1616
```yaml

0 commit comments

Comments
 (0)