Fixed configmap ref

This commit is contained in:
Jonathan Ervine 2020-07-30 12:34:49 +08:00
parent 4875ab70dc
commit 6b77607db0
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: 0.1.0 version: 0.1.1
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.

View File

@ -30,7 +30,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
envFrom: envFrom:
- configMapRef: - configMapRef:
name: minecraft-bedrock name: bedrock-settings
ports: ports:
- name: bedrock - name: bedrock
containerPort: 19132 containerPort: 19132