From 9264991ddc6ab725cc0cafef1de6f471f2c1069d Mon Sep 17 00:00:00 2001 From: John Felten Date: Thu, 16 Mar 2017 16:38:58 -0700 Subject: [PATCH] [stable/minecraft] Chart is broken fix resources tag (#713) * fix broken resources tag * [stable/minecraft] fix wrong indentation of resources * [stable/minecraft] bump chart version to 0.1.3 --- stable/minecraft/Chart.yaml | 2 +- stable/minecraft/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}