Fix spelling mistake in configfile.md (#1261)

pull/1256/head
shoffmeister 1 year ago committed by GitHub
parent dc9f05036a
commit 820b6ca53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/usage/configfile.md

@ -105,7 +105,7 @@ hostAliases: # /etc/hosts style entries to be injected into /etc/hosts in the no
- cloud.flare.dns
options:
k3d: # k3d runtime settings
wait: true # wait for cluster to be usable before returining; same as `--wait` (default: true)
wait: true # wait for cluster to be usable before returning; same as `--wait` (default: true)
timeout: "60s" # wait timeout before aborting; same as `--timeout 60s`
disableLoadbalancer: false # same as `--no-lb`
disableImageVolume: false # same as `--no-image-volume`

Loading…
Cancel
Save