From 30fdad250c82ca5f990257b57126b8175535ed0f Mon Sep 17 00:00:00 2001 From: Charles Showalter Date: Thu, 30 Mar 2023 15:08:19 -0700 Subject: [PATCH] Fixed extra = --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24b08b4..aac0c8d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This command will spin up a kubernetes server that does not allow deployments. W curl -sfL https://get.k3s.io | sh -s - server \ --node-taint CriticalAddonsOnly=true:NoExecute \ --tls-san {LOADBALANCER} \ - --datastore-endpoint=='mysql://{USERNAME}:{PASSWORD}@tcp({IP}:{PORT})/{DATABASE}' + --datastore-endpoint='mysql://{USERNAME}:{PASSWORD}@tcp({IP}:{PORT})/{DATABASE}' ``` ## Token