From 6b77607db083b62b263f2e9aa3dd8c0233731620 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 30 Jul 2020 12:34:49 +0800 Subject: [PATCH] Fixed configmap ref --- bedrock/Chart.yaml | 2 +- bedrock/templates/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bedrock/Chart.yaml b/bedrock/Chart.yaml index a4a5077..7e70d22 100644 --- a/bedrock/Chart.yaml +++ b/bedrock/Chart.yaml @@ -14,7 +14,7 @@ type: application # 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. -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/bedrock/templates/statefulset.yaml b/bedrock/templates/statefulset.yaml index c7b678c..6c5d740 100644 --- a/bedrock/templates/statefulset.yaml +++ b/bedrock/templates/statefulset.yaml @@ -30,7 +30,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} envFrom: - configMapRef: - name: minecraft-bedrock + name: bedrock-settings ports: - name: bedrock containerPort: 19132