Skip to content

Commit

Permalink
fix placement
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 21, 2023
1 parent 9f13652 commit 24c910c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,16 @@ spec:
- name: jmx-exporter-download-volume
mountPath: /jmx-exporter/jmx-exporter-javaagent.jar
subPath: jmx-exporter-javaagent.jar
- name: world-download-volume
mountPath: /data/world
- name: common-jmx-exporter-config
mountPath: /jmx-exporter/jmx-exporter-config.yaml
subPath: jmx-exporter-config.yaml

- name: mod-downloader-volume
mountPath: /plugins

- name: world-download-volume
mountPath: /data/world

volumes:
- name: common-mcserver-configs
configMap:
Expand Down

0 comments on commit 24c910c

Please sign in to comment.