- Updated chart to support the world game parameters;

- Bumped chart version to 0.0.2;
This commit is contained in:
Filipe Souza
2024-01-28 16:39:48 -03:00
parent d1a3211d81
commit e06c017902
2 changed files with 59 additions and 1 deletions

View File

@@ -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 }}