fix(minecraft-java): correct bugged mcbackup toggle

This commit is contained in:
Kjeld Schouten
2024-08-31 14:53:58 +02:00
parent 3b56271a68
commit bdd9b21097
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ sources:
- https://hub.docker.com/r/itzg/mc-backup
- https://hub.docker.com/r/itzg/minecraft-server
type: application
version: 11.0.1
version: 11.0.2
@@ -1,10 +1,5 @@
{{/* Make sure all variables are set properly */}}
{{- 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 */}}
{{- include "tc.v1.common.loader.apply" . -}}