Skip to content

Commit

Permalink
change: update docs to use quotes around extra args (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
newbe36524 authored Feb 13, 2023
1 parent 64ba96a commit 1ae73c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/configfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ options:
- settings.workerConnections=2048
k3s: # options passed on to K3s itself
extraArgs: # additional arguments passed to the `k3s server|agent` command; same as `--k3s-arg`
- arg: --tls-san=my.host.domain
- arg: "--tls-san=my.host.domain"
nodeFilters:
- server:*
nodeLabels:
Expand Down

0 comments on commit 1ae73c6

Please sign in to comment.