[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
This commit is contained in:
John Felten
2017-03-16 16:38:58 -07:00
committed by Lachlan Evenson
parent dfa28efbfa
commit 9264991ddc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: minecraft
version: 0.1.2
version: 0.1.3
description: Minecraft server
keywords:
- game
+1 -1
View File
@@ -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 }}