mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
- Updated chart to support the world game parameters;
- Bumped chart version to 0.0.2;
This commit is contained in:
@@ -43,4 +43,9 @@ data:
|
||||
PUBLIC_PORT: {{ .Values.server.config.public_port | quote }}
|
||||
SERVER_DESCRIPTION: {{ .Values.server.config.server_description }}
|
||||
UPDATE_ON_BOOT: {{ .Values.server.config.update_on_boot | quote }}
|
||||
QUERY_PORT: {{ .Values.server.config.query_port | quote }}
|
||||
QUERY_PORT: {{ .Values.server.config.query_port | quote }}
|
||||
{{ if .Values.server.config.world_parameters }}
|
||||
{{- with .Values.server.config.world_parameters }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user