From 1ae73c66f35e17b5716c0abdf7b68c4c7dc0082e Mon Sep 17 00:00:00 2001 From: Newbe36524 Date: Mon, 13 Feb 2023 19:26:10 +0800 Subject: [PATCH] change: update docs to use quotes around extra args (#1218) --- docs/usage/configfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configfile.md b/docs/usage/configfile.md index 6795df90..251b43cd 100644 --- a/docs/usage/configfile.md +++ b/docs/usage/configfile.md @@ -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: