minecraft: fix mode variable (#2699)

This commit is contained in:
Stavros Kois
2024-08-01 14:02:45 +03:00
committed by GitHub
parent 8372603c43
commit 7f76d91e5d
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ description: Minecraft is a sandbox game
annotations:
title: Minecraft
type: application
version: 1.2.16
version: 1.2.17
apiVersion: v2
appVersion: 2024.7.2
kubeVersion: '>=1.16.0-0'

View File

@@ -10,6 +10,7 @@ configmap:
*/}}
GUI: "FALSE"
EULA: {{ .Values.mcConfig.eula | quote | upper }}
MODE: {{ .Values.mcConfig.mode | quote }}
ENABLE_RCON: {{ .Values.mcConfig.enableRcon | quote | upper }}
SERVER_PORT: {{ .Values.mcNetwork.serverPort | quote }}
{{ if .Values.mcConfig.enableRcon }}