mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Lachlan Evenson
parent
dfa28efbfa
commit
9264991ddc
@@ -1,5 +1,5 @@
|
||||
name: minecraft
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
description: Minecraft server
|
||||
keywords:
|
||||
- game
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user