From 65a7b2cf85d0fb22fdec699e936527a657900b50 Mon Sep 17 00:00:00 2001 From: Filipe Souza Date: Sun, 28 Jan 2024 17:20:43 -0300 Subject: [PATCH] - Updated the values summary; --- charts/palworld/VALUES_SUMMARY.md | 1 + charts/palworld/values.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/charts/palworld/VALUES_SUMMARY.md b/charts/palworld/VALUES_SUMMARY.md index dd4b18e..e8b5a68 100644 --- a/charts/palworld/VALUES_SUMMARY.md +++ b/charts/palworld/VALUES_SUMMARY.md @@ -40,6 +40,7 @@ This chart will provide a Palworld server installation on a kubernetes cluster. | server.config.server_description | string | `""` | Your server description to be shown in game | | server.config.timezone | string | `"UTC"` | The timezone used for time stamping backup server. Use the IANA TZ format with Area/Location See the [list of TZ database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#Time_Zone_abbreviations) | | server.config.update_on_boot | string | `true` | Update/Install the server when the container starts. THIS HAS TO BE ENABLED THE FIRST TIME YOU RUN THE CONTAINER | +| server.config.world_parameters | object | | Configures the game world settings. The key:values here should represent in game accepted values. Wrap all values with quotes here to avoid validation issues. | | server.image | dict | | Define the parameters for the server image container | | server.image.imagePullPolicy | string | `"IfNotPresent"` | Define the pull policy for the server image. | | server.image.name | string | `"thijsvanloef/palworld-server-docker"` | Name of the image, without the tag. | diff --git a/charts/palworld/values.yaml b/charts/palworld/values.yaml index 0dbf519..4f37074 100644 --- a/charts/palworld/values.yaml +++ b/charts/palworld/values.yaml @@ -151,6 +151,10 @@ server: # -- (string) Update/Install the server when the container starts. # THIS HAS TO BE ENABLED THE FIRST TIME YOU RUN THE CONTAINER update_on_boot: true + # -- (object) Configures the game world settings. + # The key:values here should represent in game accepted values. + # Wrap all values with quotes here to avoid validation issues. + # @notationType -- bigValue world_parameters: DAYTIME_SPEEDRATE: "1.000000" NIGHTTIME_SPEEDRATE: "1.000000"