diff --git a/stable/minecraft/Chart.yaml b/stable/minecraft/Chart.yaml index 04cd8b5633..0eae9e1a2f 100755 --- a/stable/minecraft/Chart.yaml +++ b/stable/minecraft/Chart.yaml @@ -1,5 +1,5 @@ name: minecraft -version: 0.1.2 +version: 0.1.3 description: Minecraft server keywords: - game diff --git a/stable/minecraft/templates/deployment.yaml b/stable/minecraft/templates/deployment.yaml index 52cbc82e77..3e72a84783 100644 --- a/stable/minecraft/templates/deployment.yaml +++ b/stable/minecraft/templates/deployment.yaml @@ -19,7 +19,7 @@ spec: image: "{{ .Values.image }}:{{ .Values.imageTag }}" imagePullPolicy: Always resources: - {{ include "toYaml" .Values.resources | indent 10 }} +{{ toYaml .Values.resources | indent 10 }} env: - name: EULA value: {{ .Values.minecraftServer.eula | quote }}