diff --git a/charts/minecraft-server/templates/deployment.yaml b/charts/minecraft-server/templates/deployment.yaml index 404c16c..739324d 100644 --- a/charts/minecraft-server/templates/deployment.yaml +++ b/charts/minecraft-server/templates/deployment.yaml @@ -65,7 +65,7 @@ spec: - name: SERVER_VERSION value: {{ .Values.server.version }} {{- end }} - - name: PLUGINS + - name: SERVER_PLUGINS value: "{{ template "qumine.plugins" . }}" - name: SERVER_WHITE_LIST value: {{ .Values.server.whitelist }}