Skip to content

Commit

Permalink
minecraft-server: Fix AIKAR flag not working
Browse files Browse the repository at this point in the history
  • Loading branch information
0SkillAllLuck committed Dec 6, 2021
1 parent 4f64df7 commit 494d8dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/minecraft-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: minecraft-server
version: 0.1.1000
version: 0.1.1001
appVersion: v0.1.10
description: Docker Minecraft Server image with support for Plugins etc.
home: https://github.com/qumine/minecraft-server
Expand Down
4 changes: 4 additions & 0 deletions charts/minecraft-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ spec:
- name: SERVER_VERSION
value: {{ .Values.server.version }}
{{- end }}
{{- if .Values.server.useAikarFlags }}
- name: USE_AIKAR_FLAGS
value: "true"
{{- end }}
- name: ADDITIONAL_FILES
value: "{{ template "qumine.additionalFiles" . }}"
- name: SERVER_PLUGINS
Expand Down

0 comments on commit 494d8dd

Please sign in to comment.