Skip to content

Commit

Permalink
Fix plugins env
Browse files Browse the repository at this point in the history
  • Loading branch information
0SkillAllLuck committed Mar 29, 2021
1 parent ef7b832 commit 852ea68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/minecraft-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 852ea68

Please sign in to comment.