Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdelwood committed Jul 14, 2024
1 parent 1b9e771 commit ab52c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/palworld-k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Kubernetes: `>=1.26.0-0`
| gameServer.serverName | string | `""` | Custom server name. |
| gameServer.service.nodePort | int | `nil` | Node port for the game server (for NodePort service type). |
| gameServer.service.port | int | `8211` | Service port for the game server. |
| gameServer.target_manifest_id | string | `nil` | |
| gameServer.target_manifest_id | string | `nil` | Locks game version to specific manifest ID from Steam Download Depot. |
| gameServer.world_parameters | object | | Configure the game world settings. Use quotes to avoid validation issues. Accepted values are given [here](https://github.com/thijsvanloef/palworld-server-docker/blob/main/.env.example) |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.registry | string | `"docker.io"` | Container registry for the image. |
Expand Down
2 changes: 1 addition & 1 deletion chart/palworld-k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ gameServer:
warn_minutes: 5
# -- Check if players are online before auto rebooting.
check_if_players_online: false
# -
# -- Locks game version to specific manifest ID from Steam Download Depot.
target_manifest_id: null
# -- Whether to generate PalWorldSettings.ini from environment variables (passed from values).
disable_generate_settings: false
Expand Down

0 comments on commit ab52c35

Please sign in to comment.