fix(arksurvivalevolved) fix configmap (#5949)
This commit is contained in:
parent
f39157ac79
commit
fcfa033133
|
@ -26,4 +26,4 @@ sources:
|
|||
- https://survivetheark.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 3.0.6
|
||||
version: 3.0.7
|
||||
|
|
|
@ -126,7 +126,7 @@ questions:
|
|||
default: ""
|
||||
required: true
|
||||
- variable: easy_game_extra_params
|
||||
label: Game Extra Parmeters (Easy)
|
||||
label: Game Extra Parameters (Easy)
|
||||
description: Appends the game extra params to the Game Extra Parameters list
|
||||
schema:
|
||||
additional_attrs: true
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{{- $params = append $params (printf "?RCONPort=%v" .Values.service.rcontcp.ports.rcontcp.port) -}}
|
||||
|
||||
{{- $gameExtraParams := list -}}
|
||||
{{- range $key, $value := .Values.easy_game_extra_params -}}
|
||||
{{- range $key, $value := .Values.ark.easy_game_extra_params -}}
|
||||
{{- if $value -}}
|
||||
{{ $gameExtraParams = mustAppend $gameExtraParams (printf "-%s" $key) }}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in New Issue