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