From ca2edc7bb057abad1d4b1b5d72ac0db308e379c7 Mon Sep 17 00:00:00 2001 From: Brodi Elwood Date: Sun, 28 Jan 2024 23:35:29 -0500 Subject: [PATCH] quick readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28cd69d..81c2a84 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ helm repo add palworld-k8s https://bdelwood.github.io/palworld-k8s/ helm repo update helm install palworld-server palworld-k8s/palworld-k8s \ --set gameServer.serverName=palworld-example \ - --set password=changeme \ + --set gameServer.password=changeme \ ``` By default, the server is not configured as a community server, and RCON is enabled.