fix(minecraft-java): correct bugged mcbackup toggle
This commit is contained in:
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/itzg/mc-backup
|
- https://hub.docker.com/r/itzg/mc-backup
|
||||||
- https://hub.docker.com/r/itzg/minecraft-server
|
- https://hub.docker.com/r/itzg/minecraft-server
|
||||||
type: application
|
type: application
|
||||||
version: 11.0.1
|
version: 11.0.2
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
{{/* Make sure all variables are set properly */}}
|
{{/* Make sure all variables are set properly */}}
|
||||||
{{- include "tc.v1.common.loader.init" . -}}
|
{{- include "tc.v1.common.loader.init" . -}}
|
||||||
|
|
||||||
{{/* Disable [mcbackup] if requested */}}
|
|
||||||
{{- if not .Values.mcbackup.enabled -}}
|
|
||||||
{{- $_ := set .Values.workload.mcbackup "enabled" false -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Render the templates */}}
|
{{/* Render the templates */}}
|
||||||
{{- include "tc.v1.common.loader.apply" . -}}
|
{{- include "tc.v1.common.loader.apply" . -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user